diff options
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r-- | doc/python-coverage.1.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index f79f33d8..9b298118 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -9,9 +9,9 @@ measure code coverage of Python program execution :Author: Ned Batchelder <ned@nedbatchelder.com> :Author: |author| :Date: 2014-09-27 -:Copyright: BSD license, attribution and disclaimer required. +:Copyright: Apache 2.0 license, attribution and disclaimer required. :Manual section: 1 -:Manual group: Coverage +:Manual group: Coverage.py .. |command| replace:: **python-coverage** @@ -66,7 +66,7 @@ GLOBAL OPTIONS ============== **--help**, **-h** - Describe how to use Coverage, in general or a command. + Describe how to use coverage.py, in general or a command. **--rcfile** `RCFILE` Specify configuration file `RCFILE`. Defaults to ``.coveragerc``. @@ -105,7 +105,7 @@ COMMAND REFERENCE **help** [ `command` ] - Describe how to use Coverage. + Describe how to use coverage.py. **help** **classic** |