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/help/combine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/help') 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', -- cgit v1.2.1