diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-04 18:05:28 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-04 18:05:28 -0400 |
commit | e34eeee664f64ec94f01c763f97f5bd9f0245f67 (patch) | |
tree | 297a8b97e1fe7f77366e9d1d7d7dc5d65df06984 | |
parent | 31947d4c598f993961f1354bf64f039bd3b208db (diff) | |
download | python-coveragepy-git-e34eeee664f64ec94f01c763f97f5bd9f0245f67.tar.gz |
Make more tweaks to the man page
-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 |