THRIFT-2088 Typos in Thrift compiler help text
authorJens Geyer <jensg@apache.org>
Sun, 14 Jul 2013 11:54:10 +0000 (13:54 +0200)
committerJens Geyer <jensg@apache.org>
Sun, 14 Jul 2013 11:54:10 +0000 (13:54 +0200)
Patch: Jens Geyer

compiler/cpp/src/generate/t_delphi_generator.cc

index 8476f80..547031d 100644 (file)
@@ -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");