diff options
Diffstat (limited to 'doc/help/annotate.rst')
-rw-r--r-- | doc/help/annotate.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/annotate.rst b/doc/help/annotate.rst index fb80e12e..8f0883a0 100644 --- a/doc/help/annotate.rst +++ b/doc/help/annotate.rst @@ -3,10 +3,10 @@ $ coverage annotate --help Usage: coverage annotate [options] [modules] - + Make annotated copies of the given files, marking statements that are executed with > and statements that are missed with !. - + Options: -d DIR, --directory=DIR Write the output files to DIR. @@ -23,4 +23,4 @@ --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + |