From c60118961ecb3543a9b71ca93513007e91318df4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 4 Jul 2020 10:34:45 -0400 Subject: Add --help output to command docs, and other reorganization --- coverage/cmdline.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'coverage/cmdline.py') 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." ), ), -- cgit v1.2.1