Updated Branches:
  refs/heads/master 67065d7bf -> 1075a6f67

THRIFT-2088 Typos in Thrift compiler help text

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/1075a6f6
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/1075a6f6
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/1075a6f6

Branch: refs/heads/master
Commit: 1075a6f67b63b96be455496f50624433ff73c449
Parents: 67065d7
Author: Jens Geyer <[email protected]>
Authored: Sun Jul 14 13:54:10 2013 +0200
Committer: Jens Geyer <[email protected]>
Committed: Sun Jul 14 13:54:10 2013 +0200

----------------------------------------------------------------------
 compiler/cpp/src/generate/t_delphi_generator.cc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/1075a6f6/compiler/cpp/src/generate/t_delphi_generator.cc
----------------------------------------------------------------------
diff --git a/compiler/cpp/src/generate/t_delphi_generator.cc 
b/compiler/cpp/src/generate/t_delphi_generator.cc
index 8476f80..547031d 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");
 

Reply via email to