From: David Reiss Date: Thu, 26 Mar 2009 06:14:17 +0000 (+0000) Subject: Fix the arguments in tutorial/README X-Git-Tag: 0.2.0~214 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4438ca57593e9ec82f2a427b57834da1f82845d5;p=common%2Fthrift.git Fix the arguments in tutorial/README git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758525 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/tutorial/README b/tutorial/README index 5e6f091c..3d469a4b 100644 --- a/tutorial/README +++ b/tutorial/README @@ -17,7 +17,7 @@ Tutorial 3) Compile the code for the language of your choice: $ thrift - $ thrift --gen cpp tutorial.thrift + $ thrift -r --gen cpp tutorial.thrift 4) Take a look at the generated code.