diff options
Diffstat (limited to 'doc/help/run.rst')
-rw-r--r-- | doc/help/run.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/run.rst b/doc/help/run.rst index 07f94aa5..a336929a 100644 --- a/doc/help/run.rst +++ b/doc/help/run.rst @@ -3,9 +3,9 @@ $ coverage run --help Usage: coverage run [options] <pyfile> [program options] - + Run a Python program, measuring code execution. - + Options: -a, --append Append coverage data to .coverage, otherwise it starts clean each time. @@ -39,4 +39,4 @@ --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + |