Repository: thrift Updated Branches: refs/heads/master 188024e4b -> e8c51ed9c
THRIFT-2477 thrift --help text with misplaced comma Patch: Jens Geyer Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/e8c51ed9 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/e8c51ed9 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/e8c51ed9 Branch: refs/heads/master Commit: e8c51ed9c8d77a80dd5f2a65b733810b560ed90e Parents: 188024e Author: Jens Geyer <[email protected]> Authored: Fri Apr 18 02:27:57 2014 +0200 Committer: Jens Geyer <[email protected]> Committed: Fri Apr 18 02:27:57 2014 +0200 ---------------------------------------------------------------------- compiler/cpp/src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/e8c51ed9/compiler/cpp/src/main.cc ---------------------------------------------------------------------- diff --git a/compiler/cpp/src/main.cc b/compiler/cpp/src/main.cc index 2b47263..9e92f1f 100755 --- a/compiler/cpp/src/main.cc +++ b/compiler/cpp/src/main.cc @@ -714,7 +714,7 @@ void help() { fprintf(stderr, " compatibility with older .thrift files)\n"); fprintf(stderr, " --allow-64bit-consts Do not print warnings about using 64-bit constants\n"); fprintf(stderr, " --gen STR Generate code with a dynamically-registered generator.\n"); - fprintf(stderr, " STR has the form language[:key1=val1[,key2,[key3=val3]]].\n"); + fprintf(stderr, " STR has the form language[:key1=val1[,key2[,key3=val3]]].\n"); fprintf(stderr, " Keys and values are options passed to the generator.\n"); fprintf(stderr, " Many options will not require values.\n"); fprintf(stderr, "\n");
