diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-02-19 06:38:20 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-02-19 06:38:20 -0500 |
commit | 880286348b0ea97dc12e443a3a2f97de16d7dbe3 (patch) | |
tree | ab351f972b97f4ab3e5119accfd647af26316903 | |
parent | 9a6bc6e58958957f07d1d400a40a85bb5e4e0c23 (diff) | |
download | python-coveragepy-git-880286348b0ea97dc12e443a3a2f97de16d7dbe3.tar.gz |
Clarify a debugging option
-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 d111c9d2..1344d20e 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -482,7 +482,8 @@ to log: * ``multiproc``: log the start and stop of multiprocessing processes. -* ``pid``: annotate all warnings and debug output with the process id. +* ``pid``: annotate all warnings and debug output with the process and thread + ids. * ``plugin``: print information about plugin operations. |