diff options
Diffstat (limited to 'doc/help/json.rst')
-rw-r--r-- | doc/help/json.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/json.rst b/doc/help/json.rst index 4028788f..cec488e5 100644 --- a/doc/help/json.rst +++ b/doc/help/json.rst @@ -3,9 +3,9 @@ $ coverage json --help Usage: coverage json [options] [modules] - + Generate a JSON report of coverage results. - + Options: --contexts=REGEX1,REGEX2,... Only display data from lines covered in the given @@ -30,4 +30,4 @@ --rcfile=RCFILE Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE] - + |