summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-28 04:45:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-28 04:45:51 -0400
commitdaee486d28d25eae6748873b3aae823e39035809 (patch)
treebd198e4e178d19e1416eb960bfb8c9b4e79bf1f9
parentea6906b092d9bb09285094eee94e322d2cb413a5 (diff)
downloadpython-coveragepy-git-daee486d28d25eae6748873b3aae823e39035809.tar.gz
chore(docs): 'make cmd_help' because cmdline.py changed
-rw-r--r--doc/help/combine.rst1
-rw-r--r--doc/help/html.rst1
-rw-r--r--doc/help/json.rst1
-rw-r--r--doc/help/xml.rst1
4 files changed, 4 insertions, 0 deletions
diff --git a/doc/help/combine.rst b/doc/help/combine.rst
index 8a365958..49c0e089 100644
--- a/doc/help/combine.rst
+++ b/doc/help/combine.rst
@@ -16,6 +16,7 @@
-a, --append Append coverage data to .coverage, otherwise it starts
clean each time.
--keep Keep original coverage files, otherwise they are deleted.
+ -q, --quiet Don't print messages about what is happening.
--debug=OPTS Debug options, separated by commas. [env: COVERAGE_DEBUG]
-h, --help Get help on this command.
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
diff --git a/doc/help/html.rst b/doc/help/html.rst
index 7dbf91c8..081646b9 100644
--- a/doc/help/html.rst
+++ b/doc/help/html.rst
@@ -27,6 +27,7 @@
Accepts shell-style wildcards, which must be quoted.
--precision=N 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 Show contexts for covered lines.
--skip-covered Skip files with 100% coverage.
--no-skip-covered Disable --skip-covered.
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]
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]