salt-run: make help for --doc consistent

This commit is contained in:
Matthew Williams 2014-01-28 17:11:38 -05:00
parent dd459c43eb
commit b15a507e15

View File

@ -2002,7 +2002,7 @@ class SaltRunOptionParser(OptionParser, ConfigDirMixIn, MergeConfigMixIn,
default=False,
action='store_true',
help=('Display documentation for runners, pass a runner or '
'runner.method to see documentation on only that runner '
'runner.function to see documentation on only that runner '
'or function.')
)