From: Jens Geyer Date: Fri, 18 Apr 2014 00:27:57 +0000 (+0200) Subject: THRIFT-2477 thrift --help text with misplaced comma X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e8c51ed9c8d77a80dd5f2a65b733810b560ed90e;p=common%2Fthrift.git THRIFT-2477 thrift --help text with misplaced comma Patch: Jens Geyer --- diff --git a/compiler/cpp/src/main.cc b/compiler/cpp/src/main.cc index 2b472633..9e92f1f5 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");