summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r--coverage/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py
index 66a76fa6..0620c8ee 100644
--- a/coverage/cmdline.py
+++ b/coverage/cmdline.py
@@ -56,7 +56,7 @@ class Opts(object):
include = optparse.make_option(
'', '--include', action='store',
metavar="PAT1,PAT2,...",
- help="Include only files whose paths match one of these patterns."
+ help="Include only files whose paths match one of these patterns. "
"Accepts shell-style wildcards, which must be quoted."
)
pylib = optparse.make_option(