[jboss-jira] [JBoss JIRA] (AS7-3992) Improve formatting of command line help
Joe Wertz (JIRA)
jira-events at lists.jboss.org
Thu Aug 23 06:23:16 EDT 2012
[ https://issues.jboss.org/browse/AS7-3992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713274#comment-12713274 ]
Joe Wertz edited comment on AS7-3992 at 8/23/12 6:23 AM:
---------------------------------------------------------
Should this streamlining also affect legacy-to-new command line parameters?
Current output:
{noformat}
-b=<value> Set system property jboss.bind.address
to the given value
-b <value> Set system property jboss.bind.address
to the given value
{noformat}
Suggested:
{noformat}
-b=<value>, -b <value> Set system property jboss.bind.address
to the given value
{noformat}
was (Author: Gonthim):
Should this streamlining also affect legacy-to-new command line paramters?
Current output:
{noformat}
-b=<value> Set system property jboss.bind.address
to the given value
-b <value> Set system property jboss.bind.address
to the given value
{noformat}
Suggested:
{noformat}
-b=<value>, -b <value> Set system property jboss.bind.address
to the given value
{noformat}
> 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: CLI
> Affects Versions: 7.1.0.Final
> Reporter: Paul Gier
> Assignee: JBoss SET
>
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list