Author: dreiss
Date: Thu Mar 26 06:14:17 2009
New Revision: 758525
URL: http://svn.apache.org/viewvc?rev=758525&view=rev
Log:
Fix the arguments in tutorial/README
Modified:
incubator/thrift/trunk/tutorial/README
Modified: incubator/thrift/trunk/tutorial/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/tutorial/README?rev=758525&r1=758524&r2=758525&view=diff
==============================================================================
--- incubator/thrift/trunk/tutorial/README (original)
+++ incubator/thrift/trunk/tutorial/README Thu Mar 26 06:14:17 2009
@@ -17,7 +17,7 @@
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.