From c83499e85f254a00cb741766e257566f5fe1ba29 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Thu, 10 Nov 2016 12:43:19 -0600 Subject: [PATCH] Fix a typo error in a help message in the client In the class UpdateAuditTemplate, there is a help message with an extra ')'. This patch set removes that extra ')'. Change-Id: I1463144e38ebb5db59f49a94406ff884f0e2450b Closes-Bug: #1639681 --- 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 01ff3ee..9aadc59 100644 --- a/watcherclient/v1/audit_template_shell.py +++ b/watcherclient/v1/audit_template_shell.py @@ -249,7 +249,7 @@ class UpdateAuditTemplate(command.ShowOne): 'op', metavar='', choices=['add', 'replace', 'remove'], - help=_("Operation: 'add'), 'replace', or 'remove'.")) + help=_("Operation: 'add', 'replace', or 'remove'.")) parser.add_argument( 'attributes', metavar='',