You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/04/18 04:57:15 UTC

[jira] [Commented] (THRIFT-2477) thrift --help text with misplaced comma

    [ https://issues.apache.org/jira/browse/THRIFT-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973732#comment-13973732 ] 

Hudson commented on THRIFT-2477:
--------------------------------

SUCCESS: Integrated in Thrift #1136 (See [https://builds.apache.org/job/Thrift/1136/])
THRIFT-2477 thrift --help text with misplaced comma (jensg: rev e8c51ed9c8d77a80dd5f2a65b733810b560ed90e)
* compiler/cpp/src/main.cc


> 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)