From f1050f902ae7a9d99a4ddaa9fb0069a9719b8c4f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 30 Jan 2021 18:13:47 -0500 Subject: doc: touch-ups for `combine --keep` --- doc/python-coverage.1.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/python-coverage.1.txt') 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` ... -- cgit v1.2.1