summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r--coverage/cmdline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py
index dbf66e0a..65ee73f8 100644
--- a/coverage/cmdline.py
+++ b/coverage/cmdline.py
@@ -379,8 +379,8 @@ COMMANDS = {
] + GLOBAL_ARGS,
usage="[options] <path1> <path2> ... <pathN>",
description=(
- "Combine data from multiple coverage files collected " +
- "with 'run -p'. The combined results are written to a single " +
+ "Combine data from multiple coverage files. " +
+ "The combined results are written to a single " +
"file representing the union of the data. The positional " +
"arguments are data files or directories containing data files. " +
"If no paths are provided, data files in the default data file's " +