open-iscsi / configshell-fb

configshell with additional modifications, see README
Apache License 2.0
28 stars 37 forks source link

Fix help messages without a trailing newline #73

Closed gonzoleeman closed 9 months ago

gonzoleeman commented 9 months ago

A few of the help messages leave of a trailing newline, which results in the help message and the prompt for the next command running together, such as:

/iscsi/iqn.20...6021425c/tpg1> get

AVAILABLE CONFIGURATION GROUPS
==============================
global parameter attribute auth/iscsi/iqn.20...6021425c/tpg1>

Fix this by adding a newline, where needed.

gonzoleeman commented 9 months ago

Apologies for submitting a pull request for cosmetic changes, but these help messages without a newline at the end have been bugging me for years. I always thought somebody else would fix them. So now they can be fixed!