summaryrefslogtreecommitdiff
path: root/doc/python-coverage.1.txt
diff options
context:
space:
mode:
authorCarl Gieringer <carl@carlgieringer.com>2014-01-25 18:54:57 -0500
committerCarl Gieringer <carl@carlgieringer.com>2014-01-25 18:54:57 -0500
commit37a7fbce90bcd5c174eeece4bce5e34301c30a4d (patch)
tree9360de345fe8fe87ef37b8efaa45216c3881eff4 /doc/python-coverage.1.txt
parent47306666e44f0c83c5f3b64ea5cedb1d27657d83 (diff)
downloadpython-coveragepy-37a7fbce90bcd5c174eeece4bce5e34301c30a4d.tar.gz
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 89c70b5..9ea5f4e 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