summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-10-03 07:48:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-10-03 07:48:04 -0400
commit4717f2e033a38d1ec62bd1f899cb7322d51fbbb4 (patch)
treead2781d2836fe1257627eaf832d616cfb9f99de6
parent8565a2309660a6e5999c360b7cc951a9c8e48873 (diff)
downloadpython-coveragepy-4717f2e033a38d1ec62bd1f899cb7322d51fbbb4.tar.gz
Fix #200: that option reference has been wrong for a very long time...
-rw-r--r--doc/cmd.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 97dc1ad..4555208 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -15,6 +15,7 @@ Coverage command line usage
:history: 20120119T075600, Added some clarification from George Paci
:history: 20120504T091800, Added info about execution warnings, and 3.5.2 stuff.
:history: 20120807T211600, Clarified the combine rules.
+:history: 20121003T074600, Fixed an option reference, https://bitbucket.org/ned/coveragepy/issue/200/documentation-mentions-output-xml-instead
.. highlight:: console
@@ -329,7 +330,7 @@ compatible with `Cobertura`_.
.. _Cobertura: http://cobertura.sourceforge.net
-You can specify the name of the output file with the ``--output-xml`` switch.
+You can specify the name of the output file with the ``-o`` switch.
Other common reporting options are described above in :ref:`cmd_reporting`.