Correct wording for batch-safe-limit functionality

This commit is contained in:
ScriptAutomate 2021-08-26 17:39:40 -05:00 committed by Gareth J. Greenaway
parent dd254241bc
commit 62bfcf3b89
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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(