From b759d1982be393f5ec21bfc71e5e41ffcc00aeb3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 17 Nov 2012 09:10:18 -0500 Subject: Create coverage-X.Y aliases also. Closes #111. --- doc/cmd.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/cmd.rst b/doc/cmd.rst index dd11f92f..7171ec51 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: -- cgit v1.2.1