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',