diff options
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r-- | doc/cmd.rst | 3 |
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: |