CLI tool -help should be able to list all switch in toolspec
------------------------------------------------------------
Key: CXF-3824
URL: https://issues.apache.org/jira/browse/CXF-3824
Project: CXF
Issue Type: Improvement
Reporter: Freeman Fang
Assignee: Freeman Fang
currently -help flag can only list the first switch in option, for example if
we have
<switch>a</switch>
<switch>address</switch>
<associatedArgument placement="afterSpace">
<annotation>address</annotation>
</associatedArgument>
then only the first one get listed like
-a <address>
though the -address can also be accepted but it's not easy for end user to get
all acceptable options
it should be
-a|-address <address>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira