summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-02-07 17:25:04 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-02-07 17:25:04 -0500
commitf12db7fd4b3ab288f7f770f7138062951feaa6c9 (patch)
tree287eb61509a50441c681d96a35902e7c591eeb72 /doc/cmd.rst
parent939288988c45f6ba5d9401669d992e5eec144025 (diff)
downloadpython-coveragepy-git-f12db7fd4b3ab288f7f770f7138062951feaa6c9.tar.gz
A small doc improvement
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 86a858e4..d111c9d2 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -207,7 +207,7 @@ can include a path to another directory.
By default, each run of your program starts with an empty data set. If you need
to run your program multiple times to get complete data (for example, because
you need to supply disjoint options), you can accumulate data across runs with
-the ``-a`` flag on the **run** command.
+the ``--append`` flag on the **run** command.
To erase the collected data, use the **erase** command::