summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r--coverage/cmdline.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py
index f7c82864..487f9699 100644
--- a/coverage/cmdline.py
+++ b/coverage/cmdline.py
@@ -351,8 +351,11 @@ CMDS = {
description=(
"Display information on the internals of coverage.py, "
"for diagnosing problems. "
- "Topics are 'data' to show a summary of the collected data, "
- "or 'sys' to show installation information."
+ "Topics are: "
+ "'data' to show a summary of the collected data; "
+ "'sys' to show installation information; "
+ "'config' to show the configuration; "
+ "or 'premain' to show what is calling coverage."
),
),