diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-24 17:46:33 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-24 17:46:33 -0500 |
commit | c9c3190a0c78a0009fbd2370492b99381022ec90 (patch) | |
tree | cc58a92f49f2a6b0097ceacaf4504ca42ae8598e | |
parent | 411ecf7d9b2c4981c9e55b0ca60230b3de803613 (diff) | |
download | python-coveragepy-git-c9c3190a0c78a0009fbd2370492b99381022ec90.tar.gz |
The name of the section is 'Specifying source files'
-rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 9dfa1215..8b97ce37 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 directories <source_execution>` for +``--omit`` switches. See :ref:`Specifying source files <source_execution>` for details of their interpretation. Remember to put options for run after "run", but before the program invocation:: |