diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 09:10:18 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 09:10:18 -0500 |
| commit | a90184442e4e14f03636ae8de13920845b068117 (patch) | |
| tree | 52515fe6c4d5119fc836c6b75bb7dd476ea46346 /doc | |
| parent | 18db929215e3e933915c8785acb941bb20da6bed (diff) | |
| download | python-coveragepy-a90184442e4e14f03636ae8de13920845b068117.tar.gz | |
Create coverage-X.Y aliases also. Closes #111.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/cmd.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index dd11f92..7171ec5 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -23,7 +23,9 @@ Coverage command line usage When you install coverage.py, a command-line script simply called ``coverage`` 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. +and a ``coverage-X.Y`` alias, depending on the version of Python you're using. +For example, when installing on Python 2.7, you will be able to use +``coverage``, ``coverage2``, or ``coverage-2.7`` on the command line. Coverage has a number of commands which determine the action performed: |
