Merge "Modify --num-instances flag description to clarify limit upper bound"

This commit is contained in:
Jenkins 2013-09-17 18:10:21 +00:00 committed by Gerrit Code Review
commit e9f2620a3e
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ def _boot(cs, args, reservation_id=None, min_count=None, max_count=None):
default=None,
type=int,
metavar='<number>',
help="boot multi instances at a time")
help="boot multi instances at a time (limited by quota).")
@utils.arg('--meta',
metavar="<key=value>",
action='append',

View File

@ -222,7 +222,7 @@ def _boot(cs, args, reservation_id=None, min_count=None, max_count=None):
default=None,
type=int,
metavar='<number>',
help="boot multi instances at a time")
help="boot multi instances at a time (limited by quota).")
@utils.arg('--meta',
metavar="<key=value>",
action='append',