summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-01-30 18:13:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-30 18:20:28 -0500
commitf1050f902ae7a9d99a4ddaa9fb0069a9719b8c4f (patch)
tree28b0ed0a42d1ed660be3075b8f82618959618938 /doc/python-coverage.1.txt
parenta0f6692f5cc9344ae790300dcc0cf743ac9abbd3 (diff)
downloadpython-coveragepy-git-f1050f902ae7a9d99a4ddaa9fb0069a9719b8c4f.tar.gz
doc: touch-ups for `combine --keep`
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r--doc/python-coverage.1.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 10a8927a..00c243de 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -108,8 +108,8 @@ COMMAND REFERENCE
Combine data from multiple coverage files collected with ``run -p``.
The combined results are written to a single file representing the
- union of the data.
- Unless --keep is provided the combined coverage files are deleted.
+ union of the data. Unless --keep is provided the original input
+ coverage files are deleted.
If `PATH` is specified, they are files or directories containing data to
be combined.
@@ -121,7 +121,7 @@ COMMAND REFERENCE
time.
\--keep
- Keep combined coverage file.
+ Keep original coverage data files.
**debug** `TOPIC` ...