Add a missing space to the help message for execution-create
The error can be seen in the output from `mistral help execution-create` which currently shows: Workflow ID or name. Workflow name will be deprecated sinceMitaka. Note the lack of space between "since" and "Mitaka" Change-Id: I87dbbc6d05fc39aedbf8d93889d73b437ee74775
This commit is contained in:
parent
bf4b8085ec
commit
2a770dca15
@ -159,7 +159,7 @@ class Create(command.ShowOne):
|
||||
|
||||
parser.add_argument(
|
||||
'workflow_identifier',
|
||||
help='Workflow ID or name. Workflow name will be deprecated since'
|
||||
help='Workflow ID or name. Workflow name will be deprecated since '
|
||||
'Mitaka.'
|
||||
)
|
||||
parser.add_argument(
|
||||
|
Loading…
x
Reference in New Issue
Block a user