summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-16 21:49:22 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-16 21:49:22 -0500
commit18db929215e3e933915c8785acb941bb20da6bed (patch)
tree6cff79b841a4f1270258bd8e010d47de2452b80f /doc/cmd.rst
parent5c7de905f02b43e350440493f8f5957c6e29ef72 (diff)
parent1395e325c8710e120edc501d964e07fb5421a68e (diff)
downloadpython-coveragepy-18db929215e3e933915c8785acb941bb20da6bed.tar.gz
Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs and tests
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index e8e5f39..dd11f92 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -21,8 +21,11 @@ Coverage command line usage
When you install coverage.py, a command-line script simply called ``coverage``
-is placed in your Python scripts directory. Coverage has a number of commands
-which determine the action performed:
+is placed in your Python scripts directory. To help with multi-version
+installs, it will also create either a ``coverage2`` or ``coverage3`` alias,
+depending on the version of Python you're using.
+
+Coverage has a number of commands which determine the action performed:
* **run** -- Run a Python program and collect execution data.