Merge "Fix a typo error in a help message in the client"
This commit is contained in:
@@ -241,7 +241,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