diff options
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r-- | coverage/cmdline.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 9148904e..cb47690c 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -35,8 +35,8 @@ class Opts(object): include = optparse.Option( '', '--include', action='store', metavar="PRE1,PRE2,...", - help="Include files only when their filename path starts with one of these " - "prefixes." + help="Include files only when their filename path starts with one of " + "these prefixes." ) pylib = optparse.Option( '-L', '--pylib', action='store_true', |