From 0d8c6cba7bbdea047e6d699b051f58e5cbb02c83 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 22 May 2022 18:12:51 -0400 Subject: [PATCH] docs: mention in the man page --- doc/python-coverage.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index 7cd16b8d5..47d447304 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**