diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 00:02:56 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 00:02:56 -0500 |
commit | 0cb94df339dfd606fccf58253bc621f031679da7 (patch) | |
tree | 3dba01d38692530ab5424d600e929b165a5d4434 /doc/cmd.rst | |
parent | 9eafa7dbc952c0249903d48ee5e511ce747f639a (diff) | |
download | python-coveragepy-git-0cb94df339dfd606fccf58253bc621f031679da7.tar.gz |
Updating docs
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r-- | doc/cmd.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index ab93845e..08a966e4 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -9,6 +9,7 @@ Coverage command line usage :history: 20090913T084400, new command line syntax :history: 20091004T170700, changes for 3.1 :history: 20091127T200700, changes for 3.2 +:history: 20100223T200600, changes for 3.3 .. highlight:: console @@ -35,6 +36,12 @@ which determine the action performed: Help is available with ``coverage help``, or with the ``--help`` switch on any other command. +Version information for coverage.py can be displayed with ``--version``. + +Any command can use a configuration file by specifying it with the +``--rcfile=FILE`` command-line switch. See :ref:`Configuration Files <config>` +for more details. + Execution --------- |