summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
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/cmd.rst
parenta0f6692f5cc9344ae790300dcc0cf743ac9abbd3 (diff)
downloadpython-coveragepy-git-f1050f902ae7a9d99a4ddaa9fb0069a9719b8c4f.tar.gz
doc: touch-ups for `combine --keep`
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index f6087fec..2b2086b1 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -287,6 +287,9 @@ setting to store relative file paths (see :ref:`relative_files
If any of the data files can't be read, coverage.py will print a warning
indicating the file and the problem.
+The original input data files are deleted once they've been combined. If you
+want to keep those files, use the ``--keep`` command-line option.
+
.. include:: help/combine.rst