summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/python-coverage.1.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 47d44730..9d38f4f7 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -8,7 +8,7 @@ Measure Python code coverage
:Author: Ned Batchelder <ned@nedbatchelder.com>
:Author: |author|
-:Date: 2022-01-25
+:Date: 2022-12-03
:Copyright: Apache 2.0 license, attribution and disclaimer required.
:Manual section: 1
:Manual group: Coverage.py
@@ -299,6 +299,9 @@ COMMAND REFERENCE
\--fail-under `MIN`
Exit with a status of 2 if the total coverage is less than `MIN`.
+ \--format `FORMAT`
+ Output format, either text (default), markdown, or total.
+
\-i, --ignore-errors
Ignore errors while reading source files.