diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 07:38:09 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 07:38:09 -0500 |
| commit | f80837ae0385019de7b9a3d50a286a5fce0dfb46 (patch) | |
| tree | 1be804a75a7ce8a83371141d25b03cc43da68856 /doc/cmd.rst | |
| parent | b2cf3b8d1f1908c3d9732387346f038f84cc6ca0 (diff) | |
| download | python-coveragepy-git-f80837ae0385019de7b9a3d50a286a5fce0dfb46.tar.gz | |
Doc tweaking.
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 4c7db3b9..cfad0360 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -8,6 +8,7 @@ Coverage command line usage :history: 20090613T164000, final touches for 3.0 :history: 20090913T084400, new command line syntax :history: 20091004T170700, changes for 3.1 +:history: 20091127T200700, changes for 3.2 .. highlight:: console @@ -23,12 +24,12 @@ which determine the action performed: * **xml** -- Produce an XML report with coverage results. +* **annotate** -- Annotate source files with coverage results. + * **erase** -- Erase previously collected coverage data. * **combine** -- Combine together a number of data files. -* **annotate** -- Annotate source files with coverage results. - * **debug** -- Get diagnostic information. Help is available with ``coverage help``, or with the ``--help`` switch on any @@ -192,7 +193,7 @@ XML reporting ------------- The **xml** command writes coverage data to a "coverage.xml" file in a format -compatible with `Cobertura`_. This command is still experimental. +compatible with `Cobertura`_. .. _Cobertura: http://cobertura.sourceforge.net |
