Included note in help docs

This commit is contained in:
Mike Place 2015-07-24 15:20:56 -06:00
parent 4e2fee17cc
commit 44f34684ef

View file

@ -1485,7 +1485,7 @@ class SaltCMDOptionParser(OptionParser, ConfigDirMixIn, MergeConfigMixIn,
'-p', '--progress',
default=False,
action='store_true',
help=('Display a progress graph')
help=('Display a progress graph. [Requires `progressbar` python package.]')
)
self.add_option(
'--failhard',