mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct wording for batch-safe-limit functionality
This commit is contained in:
parent
dd254241bc
commit
62bfcf3b89
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ Options
|
|||
.. option:: --batch-safe-limit=BATCH_SAFE_LIMIT
|
||||
|
||||
Execute the salt job in batch mode if the job would have executed
|
||||
on more than this many minions.
|
||||
on at least this many minions.
|
||||
|
||||
.. option:: --batch-safe-size=BATCH_SAFE_SIZE
|
||||
|
||||
|
|
|
@ -2213,7 +2213,7 @@ class SaltCMDOptionParser(
|
|||
type=int,
|
||||
help=(
|
||||
"Execute the salt job in batch mode if the job would have "
|
||||
"executed on more than this many minions."
|
||||
"executed on at least this many minions."
|
||||
),
|
||||
)
|
||||
self.add_option(
|
||||
|
|
Loading…
Add table
Reference in a new issue