Merge "Fixing a type in execution-create command help"

This commit is contained in:
Jenkins 2015-04-15 16:23:37 +00:00 committed by Gerrit Code Review
commit c0fe5c63ad
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ class List(base.MistralLister):
'task_execution_id',
nargs='?',
help='Task execution ID.')
return parser
def _get_resources(self, parsed_args):

View File

@ -85,7 +85,7 @@ class Create(show.ShowOne):
parser.add_argument(
'workflow_name',
help='Execution workflow'
help='Workflow name'
)
parser.add_argument(
'workflow_input',