Merge "Fix config parser error magnum-template-manage list-templates"

This commit is contained in:
Jenkins 2016-03-18 05:12:21 +00:00 committed by Gerrit Code Review
commit 07c8ba769c
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ class TemplateList(lister.Lister):
parser.add_argument('-d', '--details',
action='store_true',
dest='details',
help=('display the bay types provided by ')
('each template'))
help=('display the bay types provided by '
'each template'))
parser.add_argument('-p', '--paths',
action='store_true',
dest='paths',