Merge "Fix a typo in audittemplate help"

This commit is contained in:
Jenkins
2017-01-10 16:29:41 +00:00
committed by Gerrit Code Review

View File

@@ -155,7 +155,7 @@ class CreateAuditTemplate(command.ShowOne):
parser.add_argument( parser.add_argument(
'-d', '--description', '-d', '--description',
metavar='<description>', metavar='<description>',
help=_('Descrition of the audit template.')) help=_('Description of the audit template.'))
parser.add_argument( parser.add_argument(
'--scope', '--scope',
metavar='<path>', metavar='<path>',