diff options
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r-- | doc/python-coverage.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index b1d45acd..177fca23 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -87,7 +87,7 @@ GLOBAL OPTIONS COMMAND REFERENCE ================= -**annotate** +**annotate** [ `option` ... ] Options: @@ -97,7 +97,7 @@ COMMAND REFERENCE \-i, --ignore-errors Ignore errors while reading source files. -**combine** [ `PATH` ... ] +**combine** [ `option` ... ] [ `PATH` ... ] Combine data from multiple coverage files collected with ``run -p``. The combined results are written to a single file representing the |