From d33eac519938d0c7d363e7357114b4518a4af18d Mon Sep 17 00:00:00 2001 From: Carl Gieringer Date: Sat, 25 Jan 2014 18:54:57 -0500 Subject: Describe acceptable wildcard style --- doc/python-coverage.1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/python-coverage.1.txt') 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 -- cgit v1.2.1