summaryrefslogtreecommitdiff
path: root/test/ManyTypedefs.thrift
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-02-17 20:28:46 +0000
committerDavid Reiss <dreiss@apache.org>2009-02-17 20:28:46 +0000
commitb139f64448f4ae89a24029f0588a494308e84e74 (patch)
tree4ff7a4c3fdb0312f6a5868b8f6fb9219f53cc48a /test/ManyTypedefs.thrift
parent554ea6f936c3ad2c3317e6ba94356c65b088536f (diff)
downloadthrift-b139f64448f4ae89a24029f0588a494308e84e74.tar.gz
THRIFT-325. Remove a bunch of uses of the old command line format
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745242 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/ManyTypedefs.thrift')
-rw-r--r--test/ManyTypedefs.thrift4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ManyTypedefs.thrift b/test/ManyTypedefs.thrift
index 447d7d2b2..7d4c668c0 100644
--- a/test/ManyTypedefs.thrift
+++ b/test/ManyTypedefs.thrift
@@ -3,9 +3,9 @@
/*
rm -rf gen-* orig-*
mkdir old new
-thrift -cpp -java -php -phpi -py -rb -xsd -perl -ocaml -erl -hs -strict ManyTypedefs.thrift
+thrift --gen cpp --gen java --gen php --gen phpi --gen py --gen rb --gen xsd --gen perl --gen ocaml --gen erl --gen hs --strict ManyTypedefs.thrift
mv gen-* old
-../compiler/cpp/thrift -cpp -java -php -phpi -py -rb -xsd -perl -ocaml -erl -hs -strict ManyTypedefs.thrift
+../compiler/cpp/thrift --gen cpp --gen java --gen php --gen phpi --gen py --gen rb --gen xsd --gen perl --gen ocaml --gen erl --gen hs --strict ManyTypedefs.thrift
mv gen-* new
diff -ur old new
rm -rf old new