Improve "openstack stack create --wait" help message
Change-Id: I5dae96c769c4540117626417fa71b3afca558e49
This commit is contained in:
parent
f5c37cf0f7
commit
b00e12900a
@ -99,7 +99,7 @@ class CreateStack(show.ShowOne):
|
||||
parser.add_argument(
|
||||
'--wait',
|
||||
action='store_true',
|
||||
help=_('Wait until stack completes')
|
||||
help=_('Wait until stack goes to CREATE_COMPLETE or CREATE_FAILED')
|
||||
)
|
||||
parser.add_argument(
|
||||
'--tags',
|
||||
|
Loading…
x
Reference in New Issue
Block a user