diff options
Diffstat (limited to 'doc/help/debug.rst')
-rw-r--r-- | doc/help/debug.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/debug.rst b/doc/help/debug.rst index 7c71e90e..db1e64b2 100644 --- a/doc/help/debug.rst +++ b/doc/help/debug.rst @@ -3,16 +3,16 @@ $ coverage debug --help Usage: coverage debug <topic> - + Display information about the internals of coverage.py, for diagnosing problems. Topics are: 'data' to show a summary of the collected data; 'sys' to show installation information; 'config' to show the configuration; 'premain' to show what is calling coverage. - + 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] - + |