summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-01-09 06:53:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-01-11 07:15:04 -0500
commit1c653dd10d3b75b9b442981139bc8e796aea148c (patch)
tree9ab4d9fd7f286f6b4d772a3ea210e7fe740926a6 /doc/cmd.rst
parentd10e03c4347198f6f04cf31103cee53cd02f2ee0 (diff)
downloadpython-coveragepy-git-1c653dd10d3b75b9b442981139bc8e796aea148c.tar.gz
"coverage debug premain"
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 3933c567..cbbb26bb 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -498,8 +498,9 @@ command can often help::
Three types of information are available:
* ``config``: show coverage's configuration
-* ``sys``: show system configuration,
+* ``sys``: show system configuration
* ``data``: show a summary of the collected coverage data
+* ``premain``: show the call stack invoking coverage
.. _cmd_run_debug: