summaryrefslogtreecommitdiff
path: root/doc/help/combine.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-08-18 19:33:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-08-18 19:33:26 -0400
commit450ac0bf86afb89f800e638ed6b4aed20c678c21 (patch)
treeb3ce194590282dff60e0534ab067bd037a964b5a /doc/help/combine.rst
parentaa6cb95e366f479cddd8cd30aee940393ead6296 (diff)
downloadpython-coveragepy-git-450ac0bf86afb89f800e638ed6b4aed20c678c21.tar.gz
Prevent trailing whitespace in doc/help/* files
Diffstat (limited to 'doc/help/combine.rst')
-rw-r--r--doc/help/combine.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/combine.rst b/doc/help/combine.rst
index bf15c23f..35180cdd 100644
--- a/doc/help/combine.rst
+++ b/doc/help/combine.rst
@@ -3,13 +3,13 @@
$ coverage combine --help
Usage: coverage combine [options] <path1> <path2> ... <pathN>
-
+
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. The positional arguments are data files or directories containing data
files. If no paths are provided, data files in the default data file's
directory are combined.
-
+
Options:
-a, --append Append coverage data to .coverage, otherwise it starts
clean each time.
@@ -18,4 +18,4 @@
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried.
[env: COVERAGE_RCFILE]
-
+