From: Jens Geyer Date: Sun, 14 Jul 2013 11:54:10 +0000 (+0200) Subject: THRIFT-2088 Typos in Thrift compiler help text X-Git-Tag: 0.9.1~41 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=1075a6f67b63b96be455496f50624433ff73c449;p=common%2Fthrift.git THRIFT-2088 Typos in Thrift compiler help text Patch: Jens Geyer --- diff --git a/compiler/cpp/src/generate/t_delphi_generator.cc b/compiler/cpp/src/generate/t_delphi_generator.cc index 8476f805..547031d2 100644 --- a/compiler/cpp/src/generate/t_delphi_generator.cc +++ b/compiler/cpp/src/generate/t_delphi_generator.cc @@ -3123,6 +3123,7 @@ bool t_delphi_generator::is_void( t_type* type ) { } THRIFT_REGISTER_GENERATOR(delphi, "delphi", -" ansistr_binary: Use AnsiString as binary properties.\n" -" register_types: Register structs and there implementations in a global type registry\n"); +" ansistr_binary: Use AnsiString for binary datatype (default is TBytes).\n" +" register_types: Enable TypeRegistry, allows for creation of struct, union\n" +" and container instances by interface or TypeInfo()\n");