diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 18:12:51 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 18:12:51 -0400 |
commit | 0d8c6cba7bbdea047e6d699b051f58e5cbb02c83 (patch) | |
tree | de3e5b9314dad59ce772420ba944b5563894095e | |
parent | 2b0f5843e28e58ac95a9c7b87de6f151625d7c78 (diff) | |
download | python-coveragepy-git-0d8c6cba7bbdea047e6d699b051f58e5cbb02c83.tar.gz |
docs: mention in the man page
-rw-r--r-- | doc/python-coverage.1.txt | 3 |
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** |