summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-03-12 16:50:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-03-12 16:50:37 -0400
commite626cb5cf730217fbedc3d06b80215c09bbe7013 (patch)
treed564c7a1a11c25bcd85b624eddfa95d402a9b533 /doc/cmd.rst
parent999e8a24ec3af2db7183c51bae5b80aa3187f701 (diff)
downloadpython-coveragepy-git-e626cb5cf730217fbedc3d06b80215c09bbe7013.tar.gz
pid also annotates warnings
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 8b97ce37..a5e00055 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -453,7 +453,7 @@ to log:
* ``multiproc``: log the start and stop of multiprocessing processes.
-* ``pid``: annotate all debug output with the process id.
+* ``pid``: annotate all warnings and debug output with the process id.
* ``plugin``: print information about plugin operations.