summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Boehm <boehm.matthew@gmail.com>2016-06-02 18:04:45 -0400
committerMatthew Boehm <boehm.matthew@gmail.com>2016-06-02 18:04:45 -0400
commite0bfc48f29ee9eaa8ac57657ceed10cbe2ff381c (patch)
treedc6699e0f70c3fb60f79e96424bb047a59e8d74b
parent0b5ceb5ce9fa3c2b31242bc533338ff2038f80f1 (diff)
downloadpython-coveragepy-git-e0bfc48f29ee9eaa8ac57657ceed10cbe2ff381c.tar.gz
Add documentation for `coverage debug config`
-rw-r--r--doc/cmd.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index f0896de8..f77738bc 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -415,8 +415,11 @@ command can often help::
$ coverage debug sys > please_attach_to_bug_report.txt
-Two types of information are available: ``sys`` to show system configuration,
-and ``data`` to show a summary of the collected coverage data.
+Three types of information are available:
+
+* ``config``: show coverage's configuration
+* ``sys``: show system configuration,
+* ``data``: show a summary of the collected coverage data
.. _cmd_run_debug: