mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed double dashes in default minion swarm names
This commit is contained in:
parent
c2f548f988
commit
2facccd849
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def parse():
|
|||
parser.add_option('--name',
|
||||
'-n',
|
||||
dest='name',
|
||||
default='ms-',
|
||||
default='ms',
|
||||
help=('Give the minions an alternative id prefix, this is used '
|
||||
'when minons from many systems are being aggregated onto '
|
||||
'a single master'))
|
||||
|
|
Loading…
Add table
Reference in a new issue