From ccc1b37086e04d65fbac880248fca3f57b42b901 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 17 May 2015 17:23:43 -0400 Subject: Add a missing space to a help string. --- coverage/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage') 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( -- cgit v1.2.1