Fix a typo in audittemplate help
'Descrition'->'Description' Change-Id: Ie1f06f14a06e27c52b41b1d8c7da1f160212288d
This commit is contained in:
parent
ef93a57b46
commit
c68120edcd
@ -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>',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user