diff options
Diffstat (limited to 'doc/help/erase.rst')
-rw-r--r-- | doc/help/erase.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/erase.rst b/doc/help/erase.rst index 2bb64800..c8f45155 100644 --- a/doc/help/erase.rst +++ b/doc/help/erase.rst @@ -3,13 +3,13 @@ $ coverage erase --help Usage: coverage erase [options] - + Erase previously collected coverage data. - + Options: --debug=OPTS Debug options, separated by commas. [env: COVERAGE_DEBUG] -h, --help Get help on this command. --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + |