Improve "openstack stack create --wait" help message

Change-Id: I5dae96c769c4540117626417fa71b3afca558e49
This commit is contained in:
Jason Dunsmore 2016-01-14 16:14:12 -06:00
parent f5c37cf0f7
commit b00e12900a

View File

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