Fix the arguments in tutorial/README
authorDavid Reiss <dreiss@apache.org>
Thu, 26 Mar 2009 06:14:17 +0000 (06:14 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 26 Mar 2009 06:14:17 +0000 (06:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758525 13f79535-47bb-0310-9956-ffa450edef68

tutorial/README

index 5e6f091..3d469a4 100644 (file)
@@ -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.