diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-09 12:35:43 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-09 12:35:43 -0400 |
commit | 130ae623f9dba9c28ee321b6f6a1d0f0fe8f9a8a (patch) | |
tree | d62f8d6545af6189c46b46cb86aeca92a79e1fee | |
parent | d3bf033494fbbb0f9f69f3cb3a8701c402127a94 (diff) | |
download | python-coveragepy-git-130ae623f9dba9c28ee321b6f6a1d0f0fe8f9a8a.tar.gz |
Lint, you are a stern taskmaster...
-rw-r--r-- | doc/cmd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 3572fff4..49062b31 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -152,9 +152,9 @@ of options, each indicating a facet of operation to log to stderr: * ``sys``: before starting, dump all the system and environment information, as with :ref:`coverage debug sys <cmd_debug>`. - + * ``dataio``: log when reading or writing any data file. - + * ``pid``: annotate all debug output with the process id. |