Revision: 2489
Author: pekka.klarck
Date: Fri Feb 19 02:05:53 2010
Log: small doc tuning
http://code.google.com/p/robotframework/source/detail?r=2489
Modified:
/trunk/tools/fixml/fixml.py
=======================================
--- /trunk/tools/fixml/fixml.py Fri Feb 19 01:49:25 2010
+++ /trunk/tools/fixml/fixml.py Fri Feb 19 02:05:53 2010
@@ -21,11 +21,11 @@
This tool can fix Robot Framework output files that are not properly
finished
or are missing elements from the middle. It should be possible to generate
-reports and logs from the fixed output afterwards with rebot.
-
-The tool uses BeautifulSoup module which must be installed separately. See
-http://www.crummy.com/software/BeautifulSoup/ for more information. The
tool
-is only compatible with Robot Framework 2.1.3 or newer.
+reports and logs from the fixed output afterwards with the `rebot` tool.
+
+The tool uses BeautifulSoup module which must be installed separately.
+See http://www.crummy.com/software/BeautifulSoup for more information.
+Additionally, the tool is only compatible with Robot Framework 2.1.3 or
newer.
If `outpath` is not given, the file is fixed in-place.
"""