diff options
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. |