Revision: 2510
Author: janne.t.harkonen
Date: Tue Feb 23 02:37:32 2010
Log: outpath is now mandatory
http://code.google.com/p/robotframework/source/detail?r=2510
Modified:
/trunk/tools/fixml/doc/fixml.html
/trunk/tools/fixml/doc/fixml.txt
=======================================
--- /trunk/tools/fixml/doc/fixml.html Fri Feb 19 02:11:25 2010
+++ /trunk/tools/fixml/doc/fixml.html Tue Feb 23 02:37:32 2010
@@ -507,9 +507,8 @@
<div class="section" id="synopsis">
<h1>Synopsis</h1>
<pre class="literal-block">
-fixml.py inpath [outpath]
+fixml.py inpath outpath
</pre>
-<p>If <span class="code">outpath</span> is not given, the file is produced
in-place.</p>
</div>
<div class="section" id="installation">
<h1>Installation</h1>
@@ -523,7 +522,7 @@
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2010-02-19 10:07 UTC.
+Generated on: 2010-02-23 10:35 UTC.
</div>
</body>
=======================================
--- /trunk/tools/fixml/doc/fixml.txt Fri Feb 19 02:11:25 2010
+++ /trunk/tools/fixml/doc/fixml.txt Tue Feb 23 02:37:32 2010
@@ -14,10 +14,7 @@
::
- fixml.py inpath [outpath]
-
-If :code:`outpath` is not given, the file is produced in-place.
-
+ fixml.py inpath outpath
Installation
------------