mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Fixed double dashes in default minion swarm names
This commit is contained in:
parent
c2f548f988
commit
2facccd849
@ -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…
Reference in New Issue
Block a user