fixed help message for add and delete

Change-Id: I698c6b7587f4b488f7478846e7f28f431cf783e6
This commit is contained in:
Eyal
2019-06-13 08:21:26 +03:00
parent 74707888e1
commit 97fbcff27b

View File

@@ -152,7 +152,7 @@ class TemplateAdd(lister.Lister):
nargs='?', nargs='?',
const=sys.maxsize, const=sys.maxsize,
help='Wait until template is ACTIVE or in ERROR' help='Wait until template is ACTIVE or in ERROR'
'default is to wait forever ' ' default is to wait forever '
'else number of seconds' 'else number of seconds'
) )
@@ -238,7 +238,8 @@ class TemplateDelete(command.Command):
nargs='?', nargs='?',
const=sys.maxsize, const=sys.maxsize,
help='Wait until template is DELETED or in ERROR' help='Wait until template is DELETED or in ERROR'
'default is to wait forever else number of seconds' ' default is to wait forever else number of '
'seconds'
) )
return parser return parser