diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-28 04:45:51 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-28 04:45:51 -0400 |
commit | daee486d28d25eae6748873b3aae823e39035809 (patch) | |
tree | bd198e4e178d19e1416eb960bfb8c9b4e79bf1f9 /doc/help/json.rst | |
parent | ea6906b092d9bb09285094eee94e322d2cb413a5 (diff) | |
download | python-coveragepy-git-daee486d28d25eae6748873b3aae823e39035809.tar.gz |
chore(docs): 'make cmd_help' because cmdline.py changed
Diffstat (limited to 'doc/help/json.rst')
-rw-r--r-- | doc/help/json.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/help/json.rst b/doc/help/json.rst index a330167e..58f08948 100644 --- a/doc/help/json.rst +++ b/doc/help/json.rst @@ -25,6 +25,7 @@ -o OUTFILE Write the JSON report to this file. Defaults to 'coverage.json' --pretty-print Format the JSON for human readers. + -q, --quiet Don't print messages about what is happening. --show-contexts Show contexts for covered lines. --debug=OPTS Debug options, separated by commas. [env: COVERAGE_DEBUG] |