summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2016-12-24 17:45:25 -0500
committerNed Batchelder <nedbat@gmail.com>2016-12-24 17:45:25 -0500
commit411ecf7d9b2c4981c9e55b0ca60230b3de803613 (patch)
tree542d11053a4739ba90d036449959fe1b4c90ce84 /doc/cmd.rst
parentb157003db4af681f2f3857af3631dbe752a40264 (diff)
parentbc4009576098dcf74b8cc7d4bac1e4715d6a2e9a (diff)
downloadpython-coveragepy-git-411ecf7d9b2c4981c9e55b0ca60230b3de803613.tar.gz
Merged in dachary/coverage.py/issue-425 (pull request #113)
sources that do not end with .py\w? are ignored #425
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 8b97ce37..9dfa1215 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -93,7 +93,7 @@ If you want :ref:`branch coverage <branch>` measurement, use the ``--branch``
flag. Otherwise only statement coverage is measured.
You can specify the code to measure with the ``--source``, ``--include``, and
-``--omit`` switches. See :ref:`Specifying source files <source_execution>` for
+``--omit`` switches. See :ref:`Specifying source directories <source_execution>` for
details of their interpretation. Remember to put options for run after "run",
but before the program invocation::