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
commitefd9a1d28d0b9c9b377f59f9426631af916461cb (patch)
tree22784ec03fd0545d5772f85f873039a9740fbcfc
parenta7f29741a1d047acc350f68cf2b2aed5cfe20884 (diff)
downloadpython-coveragepy-efd9a1d28d0b9c9b377f59f9426631af916461cb.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 f0896de..f77738b 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: