From 4438ca57593e9ec82f2a427b57834da1f82845d5 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Thu, 26 Mar 2009 06:14:17 +0000 Subject: [PATCH] Fix the arguments in tutorial/README git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758525 13f79535-47bb-0310-9956-ffa450edef68 --- tutorial/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.17.1