From 2a770dca157bafb95fa08f183dc34bf9c6466de7 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 5 Apr 2017 15:26:08 +0100 Subject: [PATCH] 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 --- mistralclient/commands/v2/executions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistralclient/commands/v2/executions.py b/mistralclient/commands/v2/executions.py index 1d36b291..67490bc3 100644 --- a/mistralclient/commands/v2/executions.py +++ b/mistralclient/commands/v2/executions.py @@ -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(