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:
Dougal Matthews 2017-04-05 15:26:08 +01:00
parent bf4b8085ec
commit 2a770dca15
1 changed files with 1 additions and 1 deletions

View File

@ -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(