Merge "Remove unnecessary ')'"

This commit is contained in:
Jenkins 2016-11-16 21:15:25 +00:00 committed by Gerrit Code Review
commit d960977c96

View File

@ -224,7 +224,7 @@ class UpdateActionPlan(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>',