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',
|
||||
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