You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2014/02/19 21:29:36 UTC

svn commit: r1569904 - /thrift/site/publish/tutorial/index.html

Author: jensg
Date: Wed Feb 19 20:29:35 2014
New Revision: 1569904

URL: http://svn.apache.org/r1569904
Log:
-r switch not here

Modified:
    thrift/site/publish/tutorial/index.html

Modified: thrift/site/publish/tutorial/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/tutorial/index.html?rev=1569904&r1=1569903&r2=1569904&view=diff
==============================================================================
--- thrift/site/publish/tutorial/index.html (original)
+++ thrift/site/publish/tutorial/index.html Wed Feb 19 20:29:35 2014
@@ -95,7 +95,7 @@ See the <a href="/docs/BuildingFromSourc
 
 <p>The Thrift compiler is used to generate your Thrift File into source code which is used by the different client libraries and the server you write. To generate the source from a thrift file run</p>
 
-<pre><code>thrift -r --gen &lt;language&gt; &lt;Thrift filename&gt; 
+<pre><code>thrift --gen &lt;language&gt; &lt;Thrift filename&gt; 
 </code></pre>
 
 <p>The sample <a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift">tutorial.thrift</a> file defines a basic calculator service. This will be used to demonstrate both the client and server. To generate the tutorial.thrift file into source code use the Thrift generator and run </p>