remove redundant ')'
There is more one ')' in the class UpdateAudit
help=_("Operation: 'add'), 'replace', or 'remove'."))
Change-Id: Ifdce30981fd63f3fb95520c49740b4bf67c23778
This commit is contained in:
@@ -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>',
|
||||
|
||||
Reference in New Issue
Block a user