summaryrefslogtreecommitdiff
path: root/doc/help
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/help
parenta0f6692f5cc9344ae790300dcc0cf743ac9abbd3 (diff)
downloadpython-coveragepy-git-f1050f902ae7a9d99a4ddaa9fb0069a9719b8c4f.tar.gz
doc: touch-ups for `combine --keep`
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/combine.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/help/combine.rst b/doc/help/combine.rst
index c35d5b93..7926e9cd 100644
--- a/doc/help/combine.rst
+++ b/doc/help/combine.rst
@@ -13,7 +13,7 @@
Options:
-a, --append Append coverage data to .coverage, otherwise it starts
clean each time.
- --keep Keep combined coverage files, otherwise they are deleted.
+ --keep Keep original coverage files, otherwise they are deleted.
--debug=OPTS Debug options, separated by commas. [env: COVERAGE_DEBUG]
-h, --help Get help on this command.
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',