From 008b50ea67f6e7525fc87c5c4f1b057ff9ccdc24 Mon Sep 17 00:00:00 2001
From: licanwei
Date: Mon, 15 Aug 2016 15:29:05 +0800
Subject: [PATCH] remove redundant ')'
There is more one ')' in the class UpdateAudit
help=_("Operation: 'add'), 'replace', or 'remove'."))
Change-Id: Ifdce30981fd63f3fb95520c49740b4bf67c23778
---
watcherclient/v1/audit_shell.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/watcherclient/v1/audit_shell.py b/watcherclient/v1/audit_shell.py
index a7eebf8..ac3de56 100644
--- a/watcherclient/v1/audit_shell.py
+++ b/watcherclient/v1/audit_shell.py
@@ -220,7 +220,7 @@ class UpdateAudit(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='',