summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2014-09-24 06:52:58 -0400
committerNed Batchelder <nedbat@gmail.com>2014-09-24 06:52:58 -0400
commitee7c0c7c4aee19ba3f15e8cee0808c5790fab356 (patch)
treeb4b6235497a1155a10c42dbd4578fdf275fe9f3f /doc/python-coverage.1.txt
parent4b960e2d84bd45bf88213eb0efc98d96b20aed91 (diff)
parentd33eac519938d0c7d363e7357114b4518a4af18d (diff)
downloadpython-coveragepy-git-ee7c0c7c4aee19ba3f15e8cee0808c5790fab356.tar.gz
Merged in carlgieringer/coverage.py (pull request #30)
Describe acceptable wildcard style
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r--doc/python-coverage.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 89c70b53..9ea5f4ee 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -76,8 +76,8 @@ GLOBAL OPTIONS
Usually needs quoting on the command line.
**--include** `PATTERN` [ , ... ]
- Include files only when their filename path matches one of these
- PATTERNs. Usually needs quoting on the command line.
+ Include only files whose paths match one of these
+ PATTERNs. Accepts shell-style wildcards, which must be quoted.
COMMAND REFERENCE