diff options
author | Carl Gieringer <carl@carlgieringer.com> | 2014-01-25 18:54:57 -0500 |
---|---|---|
committer | Carl Gieringer <carl@carlgieringer.com> | 2014-01-25 18:54:57 -0500 |
commit | d33eac519938d0c7d363e7357114b4518a4af18d (patch) | |
tree | ffd55e7498bdb2944522eebeea608a5421f5f37d /doc/python-coverage.1.txt | |
parent | 442a0ba30c5c803e649331d8c6e1e449fcc1a161 (diff) | |
download | python-coveragepy-git-d33eac519938d0c7d363e7357114b4518a4af18d.tar.gz |
Describe acceptable wildcard style
Diffstat (limited to 'doc/python-coverage.1.txt')
-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 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 |