summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-10-10 08:53:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-10-15 13:58:50 -0400
commit7df8609f0462722fea3c0650cd94b76f668e07fe (patch)
treef553100b69b1b3ae10a947344d7abbc03b035fab /coverage/cmdline.py
parentcb67b1feb2d68972f0eeb81a0e20b836b64c21dd (diff)
downloadpython-coveragepy-git-7df8609f0462722fea3c0650cd94b76f668e07fe.tar.gz
docs: updates for implicit relative path mapping
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 " +