From 1ec0585dc9a4c47006a078eafb1117f8fc689a2f Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Wed, 15 Apr 2015 16:30:03 +0600 Subject: [PATCH] Fixing a type in execution-create command help Change-Id: Iede42db852592941ca52fafcc587f3eaa1a5210d --- mistralclient/commands/v2/action_executions.py | 1 + mistralclient/commands/v2/executions.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mistralclient/commands/v2/action_executions.py b/mistralclient/commands/v2/action_executions.py index 12492bc7..0f197728 100644 --- a/mistralclient/commands/v2/action_executions.py +++ b/mistralclient/commands/v2/action_executions.py @@ -64,6 +64,7 @@ class List(base.MistralLister): 'task_execution_id', nargs='?', help='Task execution ID.') + return parser def _get_resources(self, parsed_args): diff --git a/mistralclient/commands/v2/executions.py b/mistralclient/commands/v2/executions.py index 11431c58..c95d6c12 100644 --- a/mistralclient/commands/v2/executions.py +++ b/mistralclient/commands/v2/executions.py @@ -85,7 +85,7 @@ class Create(show.ShowOne): parser.add_argument( 'workflow_name', - help='Execution workflow' + help='Workflow name' ) parser.add_argument( 'workflow_input',