summaryrefslogtreecommitdiffstats
path: root/doc/usage/extensions/coverage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/usage/extensions/coverage.rst')
-rw-r--r--doc/usage/extensions/coverage.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/usage/extensions/coverage.rst b/doc/usage/extensions/coverage.rst
index 1390ebf..b9c493b 100644
--- a/doc/usage/extensions/coverage.rst
+++ b/doc/usage/extensions/coverage.rst
@@ -9,7 +9,7 @@ This extension features one additional builder, the :class:`CoverageBuilder`.
.. class:: CoverageBuilder
To use this builder, activate the coverage extension in your configuration
- file and give ``-b coverage`` on the command line.
+ file and give ``-M coverage`` on the command line.
.. todo:: Write this section.
@@ -62,7 +62,7 @@ should check:
.. confval:: coverage_statistics_to_report
- Print a tabluar report of the coverage statistics to the coverage report.
+ Print a tabular report of the coverage statistics to the coverage report.
``True`` by default.
Example output:
@@ -81,7 +81,7 @@ should check:
.. confval:: coverage_statistics_to_stdout
- Print a tabluar report of the coverage statistics to standard output.
+ Print a tabular report of the coverage statistics to standard output.
``False`` by default.
Example output: