From c68120edcdce0b05616f624e66995ee51284fc2c Mon Sep 17 00:00:00 2001 From: licanwei Date: Mon, 26 Dec 2016 10:29:02 +0800 Subject: [PATCH] Fix a typo in audittemplate help 'Descrition'->'Description' Change-Id: Ie1f06f14a06e27c52b41b1d8c7da1f160212288d --- watcherclient/v1/audit_template_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcherclient/v1/audit_template_shell.py b/watcherclient/v1/audit_template_shell.py index bf7b509..9d93866 100644 --- a/watcherclient/v1/audit_template_shell.py +++ b/watcherclient/v1/audit_template_shell.py @@ -155,7 +155,7 @@ class CreateAuditTemplate(command.ShowOne): parser.add_argument( '-d', '--description', metavar='', - help=_('Descrition of the audit template.')) + help=_('Description of the audit template.')) parser.add_argument( '--scope', metavar='',