Author: jensg
Date: Wed Feb 19 20:25:27 2014
New Revision: 1569901

URL: http://svn.apache.org/r1569901
Log:
Added -r (recurse) switch top all tutorials. New Thrift users run quite often 
into that issue.

Modified:
    thrift/site/content/tutorial/graphviz.md
    thrift/site/layouts/tutorial_intro.md
    thrift/site/publish/tutorial/as3/index.html
    thrift/site/publish/tutorial/c_glib/index.html
    thrift/site/publish/tutorial/cocoa/index.html
    thrift/site/publish/tutorial/cpp/index.html
    thrift/site/publish/tutorial/csharp/index.html
    thrift/site/publish/tutorial/d/index.html
    thrift/site/publish/tutorial/delphi/index.html
    thrift/site/publish/tutorial/erl/index.html
    thrift/site/publish/tutorial/go/index.html
    thrift/site/publish/tutorial/graphiz/index.html
    thrift/site/publish/tutorial/graphviz/index.html
    thrift/site/publish/tutorial/hs/index.html
    thrift/site/publish/tutorial/index.html
    thrift/site/publish/tutorial/java/index.html
    thrift/site/publish/tutorial/javame/index.html
    thrift/site/publish/tutorial/js/index.html
    thrift/site/publish/tutorial/nodejs/index.html
    thrift/site/publish/tutorial/ocaml/index.html
    thrift/site/publish/tutorial/perl/index.html
    thrift/site/publish/tutorial/php/index.html
    thrift/site/publish/tutorial/py/index.html
    thrift/site/publish/tutorial/rb/index.html
    thrift/site/publish/tutorial/st/index.html

Modified: thrift/site/content/tutorial/graphviz.md
URL: 
http://svn.apache.org/viewvc/thrift/site/content/tutorial/graphviz.md?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/content/tutorial/graphviz.md (original)
+++ thrift/site/content/tutorial/graphviz.md Wed Feb 19 20:25:27 2014
@@ -14,7 +14,7 @@ library_lang: "cpp"
 The Graphviz generator is a convenient way to generate documentation diagrams
 for your API. Usage:
 
-    $ thrift --gen gv tutorial.thrift
+    $ thrift -r --gen gv tutorial.thrift
 
 This will create the file `gen-gv/tutorial.gv`, which is a [Graphviz
 source](http://en.wikipedia.org/wiki/DOT_(graph_description_language)) - a
@@ -32,7 +32,7 @@ exceptions (although the exception struc
 generator to render those exceptions arrows (i.e. function throws) by using the
 "`exception`" option:
 
-    $ thrift --gen:gv:exceptions gv tutorial.thrift
+    $ thrift -r --gen:gv:exceptions gv tutorial.thrift
 
 
  

Modified: thrift/site/layouts/tutorial_intro.md
URL: 
http://svn.apache.org/viewvc/thrift/site/layouts/tutorial_intro.md?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/layouts/tutorial_intro.md (original)
+++ thrift/site/layouts/tutorial_intro.md Wed Feb 19 20:25:27 2014
@@ -7,7 +7,7 @@ All Apache Thrift tutorials require that
 1. Built and installed the Apache Thrift Compiler and Libraries, see [Building 
from source](/docs/BuildingFromSource/) for more details. 
 1. Generated the 
[tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift)
 file as [discussed here](/tutorial/)
 
-               thrift --gen <%= item[:library_lang] %> tutorial.thrift
+               thrift -r --gen <%= item[:library_lang] %> tutorial.thrift
                
 1. Followed all prerequesets listed 
 

Modified: thrift/site/publish/tutorial/as3/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/as3/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/as3/index.html (original)
+++ thrift/site/publish/tutorial/as3/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen as3 tutorial.thrift
+<pre><code>thrift -r --gen as3 tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/c_glib/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/c_glib/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/c_glib/index.html (original)
+++ thrift/site/publish/tutorial/c_glib/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen c_glib tutorial.thrift
+<pre><code>thrift -r --gen c_glib tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/cocoa/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/cocoa/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/cocoa/index.html (original)
+++ thrift/site/publish/tutorial/cocoa/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen cocoa tutorial.thrift
+<pre><code>thrift -r --gen cocoa tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/cpp/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/cpp/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/cpp/index.html (original)
+++ thrift/site/publish/tutorial/cpp/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen cpp tutorial.thrift
+<pre><code>thrift -r --gen cpp tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/csharp/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/csharp/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/csharp/index.html (original)
+++ thrift/site/publish/tutorial/csharp/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen csharp tutorial.thrift
+<pre><code>thrift -r --gen csharp tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/d/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/d/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/d/index.html (original)
+++ thrift/site/publish/tutorial/d/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen d tutorial.thrift
+<pre><code>thrift -r --gen d tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/delphi/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/delphi/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/delphi/index.html (original)
+++ thrift/site/publish/tutorial/delphi/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen delphi tutorial.thrift
+<pre><code>thrift -r --gen delphi tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/erl/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/erl/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/erl/index.html (original)
+++ thrift/site/publish/tutorial/erl/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen erl tutorial.thrift
+<pre><code>thrift -r --gen erl tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/go/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/go/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/go/index.html (original)
+++ thrift/site/publish/tutorial/go/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen go tutorial.thrift
+<pre><code>thrift -r --gen go tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/graphiz/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/graphiz/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/graphiz/index.html (original)
+++ thrift/site/publish/tutorial/graphiz/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen cpp tutorial.thrift
+<pre><code>thrift -r --gen cpp tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>
@@ -94,7 +94,7 @@
 <p>The Graphviz generator is a convenient way to generate documentation 
diagrams
 for your API. Usage:</p>
 
-<pre><code>$ thrift --gen gv tutorial.thrift
+<pre><code>$ thrift -r --gen gv tutorial.thrift
 </code></pre>
 
 <p>This will create the file <code>gen-gv/tutorial.gv</code>, which is a <a 
href="http://en.wikipedia.org/wiki/DOT_(graph_description_language">Graphviz
@@ -114,7 +114,7 @@ exceptions (although the exception struc
 generator to render those exceptions arrows (i.e. function throws) by using the
 “<code>exception</code>” option:</p>
 
-<pre><code>$ thrift --gen:gv:exceptions gv tutorial.thrift
+<pre><code>$ thrift -r --gen:gv:exceptions gv tutorial.thrift
 </code></pre>
        </div>
        <div class="container">

Modified: thrift/site/publish/tutorial/graphviz/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/graphviz/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/graphviz/index.html (original)
+++ thrift/site/publish/tutorial/graphviz/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen cpp tutorial.thrift
+<pre><code>thrift -r --gen cpp tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>
@@ -94,7 +94,7 @@
 <p>The Graphviz generator is a convenient way to generate documentation 
diagrams
 for your API. Usage:</p>
 
-<pre><code>$ thrift --gen gv tutorial.thrift
+<pre><code>$ thrift -r --gen gv tutorial.thrift
 </code></pre>
 
 <p>This will create the file <code>gen-gv/tutorial.gv</code>, which is a <a 
href="http://en.wikipedia.org/wiki/DOT_(graph_description_language">Graphviz
@@ -114,7 +114,7 @@ exceptions (although the exception struc
 generator to render those exceptions arrows (i.e. function throws) by using the
 “<code>exception</code>” option:</p>
 
-<pre><code>$ thrift --gen:gv:exceptions gv tutorial.thrift
+<pre><code>$ thrift -r --gen:gv:exceptions gv tutorial.thrift
 </code></pre>
        </div>
        <div class="container">

Modified: thrift/site/publish/tutorial/hs/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/hs/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/hs/index.html (original)
+++ thrift/site/publish/tutorial/hs/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen hs tutorial.thrift
+<pre><code>thrift -r --gen hs tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/index.html (original)
+++ thrift/site/publish/tutorial/index.html Wed Feb 19 20:25:27 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 --gen &lt;language&gt; &lt;Thrift filename&gt; 
+<pre><code>thrift -r --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>

Modified: thrift/site/publish/tutorial/java/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/java/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/java/index.html (original)
+++ thrift/site/publish/tutorial/java/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen java tutorial.thrift
+<pre><code>thrift -r --gen java tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/javame/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/javame/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/javame/index.html (original)
+++ thrift/site/publish/tutorial/javame/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen javame tutorial.thrift
+<pre><code>thrift -r --gen javame tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/js/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/js/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/js/index.html (original)
+++ thrift/site/publish/tutorial/js/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen js tutorial.thrift
+<pre><code>thrift -r --gen js tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/nodejs/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/nodejs/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/nodejs/index.html (original)
+++ thrift/site/publish/tutorial/nodejs/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen js:node tutorial.thrift
+<pre><code>thrift -r --gen js:node tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/ocaml/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/ocaml/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/ocaml/index.html (original)
+++ thrift/site/publish/tutorial/ocaml/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen ocaml tutorial.thrift
+<pre><code>thrift -r --gen ocaml tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/perl/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/perl/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/perl/index.html (original)
+++ thrift/site/publish/tutorial/perl/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen perl tutorial.thrift
+<pre><code>thrift -r --gen perl tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/php/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/php/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/php/index.html (original)
+++ thrift/site/publish/tutorial/php/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen php tutorial.thrift
+<pre><code>thrift -r --gen php tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/py/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/py/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/py/index.html (original)
+++ thrift/site/publish/tutorial/py/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen py tutorial.thrift
+<pre><code>thrift -r --gen py tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/rb/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/rb/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/rb/index.html (original)
+++ thrift/site/publish/tutorial/rb/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen rb tutorial.thrift
+<pre><code>thrift -r --gen rb tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>

Modified: thrift/site/publish/tutorial/st/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/st/index.html?rev=1569901&r1=1569900&r2=1569901&view=diff
==============================================================================
--- thrift/site/publish/tutorial/st/index.html (original)
+++ thrift/site/publish/tutorial/st/index.html Wed Feb 19 20:25:27 2014
@@ -77,7 +77,7 @@
 <li>
 <p>Generated the <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file as <a href="/tutorial/">discussed here</a></p>
 
-<pre><code>thrift --gen st tutorial.thrift
+<pre><code>thrift -r --gen st tutorial.thrift
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>


Reply via email to