diff options
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r-- | coverage/cmdline.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 7137852d..edbc1d25 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -622,7 +622,8 @@ class CoverageScript(object): if getattr(options, opt_name) is not None: self.help_fn( "Options affecting multiprocessing must only be specified " - "in a configuration file." + "in a configuration file.\n" + "Remove --{} from the command line.".format(opt_name) ) return ERR |