summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-10 18:56:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-10 18:56:38 -0500
commite403155d504142164f97fa4c66f969f36b0dbd1f (patch)
tree7e00fdb05919187237cc8982c0fdab5906516e39
parent27426bfad65ad64b1a14ee1b96e603abb6607be4 (diff)
downloadpython-coveragepy-git-e403155d504142164f97fa4c66f969f36b0dbd1f.tar.gz
docs: update the man page with --quiet
-rw-r--r--doc/python-coverage.1.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 00c243de..b854b460 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -123,6 +123,9 @@ COMMAND REFERENCE
\--keep
Keep original coverage data files.
+ \-q, --quiet
+ Don't print messages about what is happening.
+
**debug** `TOPIC` ...
Display information about the internals of coverage.py, for diagnosing
@@ -175,6 +178,9 @@ COMMAND REFERENCE
Number of digits after the decimal point to display for
reported coverage percentages.
+ \-q, --quiet
+ Don't print messages about what is happening.
+
\--show-contexts
Annotate lines with the contexts that executed them.
@@ -217,6 +223,9 @@ COMMAND REFERENCE
\--pretty-print
Format the JSON for human readers.
+ \-q, --quiet
+ Don't print messages about what is happening.
+
\--show-contexts
Include information about the contexts that executed each line.
@@ -336,6 +345,9 @@ COMMAND REFERENCE
\-o `OUTFILE`
Write the XML report to `OUTFILE`. Defaults to ``coverage.xml``.
+ \-q, --quiet
+ Don't print messages about what is happening.
+
\--skip-empty
Skip files with no code.