Fixing a type in execution-create command help

Change-Id: Iede42db852592941ca52fafcc587f3eaa1a5210d
This commit is contained in:
Renat Akhmerov
2015-04-15 16:30:03 +06:00
parent 649dfbc28e
commit 1ec0585dc9
2 changed files with 2 additions and 1 deletions

View File

@@ -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):

View File

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