mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Included note in help docs
This commit is contained in:
parent
4e2fee17cc
commit
44f34684ef
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue