From e8c51ed9c8d77a80dd5f2a65b733810b560ed90e Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Fri, 18 Apr 2014 02:27:57 +0200 Subject: [PATCH] THRIFT-2477 thrift --help text with misplaced comma Patch: Jens Geyer --- compiler/cpp/src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.17.1