summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
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.