Fixing a type in execution-create command help
Change-Id: Iede42db852592941ca52fafcc587f3eaa1a5210d
This commit is contained in:
@@ -64,6 +64,7 @@ class List(base.MistralLister):
|
|||||||
'task_execution_id',
|
'task_execution_id',
|
||||||
nargs='?',
|
nargs='?',
|
||||||
help='Task execution ID.')
|
help='Task execution ID.')
|
||||||
|
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
def _get_resources(self, parsed_args):
|
def _get_resources(self, parsed_args):
|
||||||
|
@@ -85,7 +85,7 @@ class Create(show.ShowOne):
|
|||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'workflow_name',
|
'workflow_name',
|
||||||
help='Execution workflow'
|
help='Workflow name'
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'workflow_input',
|
'workflow_input',
|
||||||
|
Reference in New Issue
Block a user