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
commitd33eac519938d0c7d363e7357114b4518a4af18d (patch)
treeffd55e7498bdb2944522eebeea608a5421f5f37d /doc/python-coverage.1.txt
parent442a0ba30c5c803e649331d8c6e1e449fcc1a161 (diff)
downloadpython-coveragepy-git-d33eac519938d0c7d363e7357114b4518a4af18d.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 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