From c1c1c6c25e8425bc554a53d3125b96600b87d1b6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 5 Jul 2020 15:38:52 -0400 Subject: Add 'coverage debug' to help --- coverage/cmdline.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'coverage/cmdline.py') diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 487f9699..9c9ae868 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -349,13 +349,13 @@ CMDS = { "debug", GLOBAL_ARGS, usage="", description=( - "Display information on the internals of coverage.py, " + "Display information about the internals of coverage.py, " "for diagnosing problems. " "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." + "'premain' to show what is calling coverage." ), ), @@ -831,6 +831,7 @@ HELP_TOPICS = { Commands: annotate Annotate source files with execution information. combine Combine a number of data files. + debug Display information about the internals of coverage.py erase Erase previously collected coverage data. help Get help on using coverage.py. html Create an HTML report. -- cgit v1.2.1