summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorloic@dachary.org <loic@dachary.org>2016-12-18 19:57:34 +0100
committerloic@dachary.org <loic@dachary.org>2016-12-18 19:57:34 +0100
commitbc4009576098dcf74b8cc7d4bac1e4715d6a2e9a (patch)
treef43ddeaad81f8c2abe17f2e5f0c7051752b21631 /doc/cmd.rst
parent878363970556406d1eed322f6bd8747af1145462 (diff)
downloadpython-coveragepy-git-bc4009576098dcf74b8cc7d4bac1e4715d6a2e9a.tar.gz
sources that do not end with .py\w? are ignored #425
close #425 --HG-- branch : issue-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 bbeff182..faa0048d 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::