diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-04 13:50:35 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-04 13:50:35 -0400 |
commit | 5bd7bb1e728b052a96901e6d1807bb1a30306768 (patch) | |
tree | e5719ac8af514af2cfd17e027a5e43504fac47ab /doc/python-coverage.1.txt | |
parent | f4ff7e557e1ca3409ebe64eafb723fad10d89812 (diff) | |
download | python-coveragepy-git-5bd7bb1e728b052a96901e6d1807bb1a30306768.tar.gz |
Update the 4.2b1 details where we need themcoverage-4.2b1
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r-- | doc/python-coverage.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index 135ccbb2..b1d45acd 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -106,6 +106,12 @@ COMMAND REFERENCE If `PATH` is specified, they are files or directories containing data to be combined. + Options: + + \--append + Append coverage data to .coverage, otherwise it starts clean each + time. + **erase** Erase previously collected coverage data. |