summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-22 18:12:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-22 18:12:51 -0400
commit0d8c6cba7bbdea047e6d699b051f58e5cbb02c83 (patch)
treede3e5b9314dad59ce772420ba944b5563894095e
parent2b0f5843e28e58ac95a9c7b87de6f151625d7c78 (diff)
downloadpython-coveragepy-git-0d8c6cba7bbdea047e6d699b051f58e5cbb02c83.tar.gz
docs: mention in the man page
-rw-r--r--doc/python-coverage.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 7cd16b8d..47d44730 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -146,7 +146,8 @@ COMMAND REFERENCE
``data`` to show a summary of the collected data;
``sys`` to show installation information;
``config`` to show the configuration;
- ``premain`` to show what is calling coverage.
+ ``premain`` to show what is calling coverage;
+ ``pybehave`` to show internal flags describing Python behavior.
**erase**