Skip to content

Commit e403155

Browse files
committed
docs: update the man page with --quiet
1 parent 27426bf commit e403155

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/python-coverage.1.txt

+12
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ COMMAND REFERENCE
123123
\--keep
124124
Keep original coverage data files.
125125

126+
\-q, --quiet
127+
Don't print messages about what is happening.
128+
126129
**debug** `TOPIC` ...
127130

128131
Display information about the internals of coverage.py, for diagnosing
@@ -175,6 +178,9 @@ COMMAND REFERENCE
175178
Number of digits after the decimal point to display for
176179
reported coverage percentages.
177180

181+
\-q, --quiet
182+
Don't print messages about what is happening.
183+
178184
\--show-contexts
179185
Annotate lines with the contexts that executed them.
180186

@@ -217,6 +223,9 @@ COMMAND REFERENCE
217223
\--pretty-print
218224
Format the JSON for human readers.
219225

226+
\-q, --quiet
227+
Don't print messages about what is happening.
228+
220229
\--show-contexts
221230
Include information about the contexts that executed each line.
222231

@@ -336,6 +345,9 @@ COMMAND REFERENCE
336345
\-o `OUTFILE`
337346
Write the XML report to `OUTFILE`. Defaults to ``coverage.xml``.
338347

348+
\-q, --quiet
349+
Don't print messages about what is happening.
350+
339351
\--skip-empty
340352
Skip files with no code.
341353

0 commit comments

Comments
 (0)