I'm not sure where to post this and apologize if this is the wrong place.

I�ve been using the CLI and found the following bug:
The options are not sorted correctly in the HelpFormatter if a "-"
appears in the description text.  The problem is in
StringBufferComparator.stripPrefix(String strOption)
which throws away everything preceeding the last "-" in the string.
This is not what the function should be doing.

Gudbjorn




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to