From 2afc485b2724f496c67e0660c9c3683c52634515 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Feb 2011 23:02:12 -0500 Subject: Add tests and doc for Brandon's -m flag. --- coverage/cmdline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coverage/cmdline.py') 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=" 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', -- cgit v1.2.1