Fixed double dashes in default minion swarm names

This commit is contained in:
Seth House 2013-04-14 17:05:43 -06:00
parent c2f548f988
commit 2facccd849

View File

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