Merge "Fix a typo error in a help message in the client"

This commit is contained in:
Jenkins
2016-11-14 13:54:30 +00:00
committed by Gerrit Code Review

View File

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