summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2013-07-14 13:54:10 +0200
committerJens Geyer <jensg@apache.org>2013-07-14 13:54:10 +0200
commit1075a6f67b63b96be455496f50624433ff73c449 (patch)
treea88adce3694406bcef719454006511659756071d
parent67065d7bf8405ccc38d911b928c88a64d79902c6 (diff)
downloadthrift-1075a6f67b63b96be455496f50624433ff73c449.tar.gz
THRIFT-2088 Typos in Thrift compiler help text
Patch: Jens Geyer
-rw-r--r--compiler/cpp/src/generate/t_delphi_generator.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/cpp/src/generate/t_delphi_generator.cc b/compiler/cpp/src/generate/t_delphi_generator.cc
index 8476f8056..547031d21 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");