diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-02-07 17:25:04 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-02-07 17:25:04 -0500 |
commit | f12db7fd4b3ab288f7f770f7138062951feaa6c9 (patch) | |
tree | 287eb61509a50441c681d96a35902e7c591eeb72 | |
parent | 939288988c45f6ba5d9401669d992e5eec144025 (diff) | |
download | python-coveragepy-git-f12db7fd4b3ab288f7f770f7138062951feaa6c9.tar.gz |
A small doc improvement
-rw-r--r-- | doc/cmd.rst | 2 |
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:: |