[
https://issues.jboss.org/browse/AS7-3992?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-3992:
---------------------------------------
BTW, IIRC the current limited width format of this output was basically just my simple way
of dealing with implementing some sort of reasonable line wrapping of the command
descriptions. Assume the console window will have a reasonable minimum width and wrap
lines at that width. If there is some better approach, go for it. I also don't think I
did any sort of scientific study when I picked the width, so don't assume it's a
sacred figure.
Improve formatting of command line help
---------------------------------------
Key: AS7-3992
URL:
https://issues.jboss.org/browse/AS7-3992
Project: Application Server 7
Issue Type: Enhancement
Components: Scripts
Affects Versions: 7.1.0.Final
Reporter: Paul Gier
Assignee: Joe Wertz
For command line parameters where there is both a short or a long version of the same
option, the short and long version should be comma separated. This is similar to how many
command line tools display help or in man pages.
Current output:
{noformat}
-h Display this message and exit
--help Display this message and exit
{noformat}
Suggested output:
{noformat}
-h, --help Display this message and exit
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira