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, 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
---------