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