remove redundant ')'

There is more one ')' in the class UpdateAudit
help=_("Operation: 'add'), 'replace', or 'remove'."))

Change-Id: Ifdce30981fd63f3fb95520c49740b4bf67c23778
This commit is contained in:
licanwei
2016-08-15 15:29:05 +08:00
parent b836d83bc2
commit 008b50ea67

View File

@@ -220,7 +220,7 @@ class UpdateAudit(command.ShowOne):
'op',
metavar='<op>',
choices=['add', 'replace', 'remove'],
help=_("Operation: 'add'), 'replace', or 'remove'."))
help=_("Operation: 'add', 'replace', or 'remove'."))
parser.add_argument(
'attributes',
metavar='<path=value>',