summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
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 bbeff18..faa0048 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::