minor correction to module path option docs

pull/4420/head
Brian Coca 2017-03-28 11:43:58 -04:00
parent 99e298a2a6
commit c0db6d79f6
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ class CLI(with_metaclass(ABCMeta, object)):
if module_opts:
parser.add_option('-M', '--module-path', dest='module_path', default=None,
help="specify path(s) to module library (default=%s)" % C.DEFAULT_MODULE_PATH,
help="prepend path(s) to module library (default=%s)" % C.DEFAULT_MODULE_PATH,
action="callback", callback=CLI.expand_tilde, type=str)
if runtask_opts:
parser.add_option('-e', '--extra-vars', dest="extra_vars", action="append",