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
commit0b921d098a92ac44f648aef7bb20695fe7f1986c (patch)
tree6e764bfdc1282d80c1d1a7404a1d277681b07609 /doc/cmd.rst
parentb83728aa983f403be1d9d2847e2babeb2033ce91 (diff)
parent605735c5afbb865f172e9b30d9174915c16ad1c7 (diff)
downloadpython-coveragepy-git-0b921d098a92ac44f648aef7bb20695fe7f1986c.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 e8e5f39a..dd11f92f 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.