diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-03 07:48:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-03 07:48:04 -0400 |
commit | f776c9a1bfe0235eed2f803c3eec6d82fc4c257b (patch) | |
tree | befbe3f7938dcaac4fe02d157921c82b93aaa47b | |
parent | 9f8a109da09055f3c65d355428cd10763b40efa1 (diff) | |
download | python-coveragepy-git-f776c9a1bfe0235eed2f803c3eec6d82fc4c257b.tar.gz |
Fix #200: that option reference has been wrong for a very long time...
-rw-r--r-- | doc/cmd.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 97dc1ad5..45552089 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`. |