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/xml.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/xml.rst')
-rw-r--r-- | doc/help/xml.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/help/xml.rst b/doc/help/xml.rst index 2ad134c9..cb64877d 100644 --- a/doc/help/xml.rst +++ b/doc/help/xml.rst @@ -20,6 +20,7 @@ Accepts shell-style wildcards, which must be quoted. -o OUTFILE Write the XML report to this file. Defaults to 'coverage.xml' + -q, --quiet Don't print messages about what is happening. --skip-empty Skip files with no code. --debug=OPTS Debug options, separated by commas. [env: COVERAGE_DEBUG] |