Exit logic fixes for instance group tools

This commit is contained in:
Matthew Jones
2017-05-11 13:56:30 -04:00
parent 47f4e5358b
commit 2c2e0d20a7
3 changed files with 8 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ class Command(BaseCommand):
make_option('--queuename', dest='queuename', type='string',
help='Queue to create/update'),
make_option('--hostnames', dest='hostnames', type='string',
help='List of hosts to add to the queue'),
help='Comma-Delimited Hosts to add to the Queue'),
)
def handle(self, **options):