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 b82448bf..cdcf3178 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -73,8 +73,8 @@ class Opts(object): ) module = optparse.make_option( '-m', '--module', action='store_true', - help="First argument is a Python module, not a script path," - " which should be run as `python -m` would run it." + help="<pyfile> is an importable Python module, not a script path, " + "to be run as 'python -m' would run it." ) rcfile = optparse.make_option( '', '--rcfile', action='store', |