Fix a typo in audittemplate help

'Descrition'->'Description'

Change-Id: Ie1f06f14a06e27c52b41b1d8c7da1f160212288d
This commit is contained in:
licanwei 2016-12-26 10:29:02 +08:00
parent ef93a57b46
commit c68120edcd

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