[
https://issues.apache.org/jira/browse/THRIFT-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-2477.
--------------------------------
Resolution: Fixed
Committed, thanks to [Martin
Klosi|http://stackoverflow.com/questions/23121808/how-to-use-thrift-java-code-generator-with-multiple-generator-options/23128632?noredirect=1#comment35390808_23128632]
for pointing this out.
> thrift --help text with misplaced comma
> ---------------------------------------
>
> Key: THRIFT-2477
> URL: https://issues.apache.org/jira/browse/THRIFT-2477
> Project: Thrift
> Issue Type: Bug
> Components: Compiler (General)
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Priority: Trivial
> Fix For: 0.9.2
>
> Attachments: THRIFT-2477_misplaced_comma_in_help.patch
>
>
> The help text shown with {{thrift --help}} has a minor glitch:
> {code}
> STR has the form language[:key1=val1[,key2,[key3=val3]]].
> {code}
> should really be
> {code}
> STR has the form language[:key1=val1[,key2[,key3=val3]]].
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)