Author: laukpe
Date: Tue Feb 24 05:37:06 2009
New Revision: 1342

Modified:
   trunk/doc/userguide/RobotFrameworkUserGuide.html

Log:
regen

Modified: trunk/doc/userguide/RobotFrameworkUserGuide.html
==============================================================================
--- trunk/doc/userguide/RobotFrameworkUserGuide.html    (original)
+++ trunk/doc/userguide/RobotFrameworkUserGuide.html Tue Feb 24 05:37:06 2009
@@ -7247,11 +7247,14 @@
 placed to the original list of arguments to the same place where the
 argument file option was. Argument files can be used either alone so
 that they contain all the options and paths to the test data, or along
-with other options and paths:</p>
+with other options and paths. Starting from Robot Framework 2.1 it is
+possible to use <span class="opt">--argumentfile</span> option multiple times or even
+recursively:</p>
 <pre class="literal-block">
 pybot --argumentfile all_arguments.txt
 pybot --name example --argumentfile other_options_and_paths.txt
 pybot --argumentfile default_options.txt --name example my_tests.html
+pybot -A first.txt -A second.txt -A third.txt some_tests.tsv
 </pre>
 </div>
 <div class="section" id="creating-start-up-scripts">
@@ -10906,7 +10909,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2009-01-26 18:47 UTC.
+<p>Generated on: 2009-02-24 13:36 UTC.
 </p>

 </div>

Reply via email to