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
This commit is contained in:
@@ -249,7 +249,7 @@ class UpdateAuditTemplate(command.ShowOne):
|
|||||||
'op',
|
'op',
|
||||||
metavar='<op>',
|
metavar='<op>',
|
||||||
choices=['add', 'replace', 'remove'],
|
choices=['add', 'replace', 'remove'],
|
||||||
help=_("Operation: 'add'), 'replace', or 'remove'."))
|
help=_("Operation: 'add', 'replace', or 'remove'."))
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'attributes',
|
'attributes',
|
||||||
metavar='<path=value>',
|
metavar='<path=value>',
|
||||||
|
Reference in New Issue
Block a user