Fixed an error in webhook_show

The parameter description was incorrect.

Change-Id: I817ca6f67f9b94f136298a5a193850840d49ff59
This commit is contained in:
tengqm
2015-05-14 23:35:40 -04:00
parent 31710dbeca
commit 48a474327a

View File

@@ -320,7 +320,7 @@ def _show_webhook(sc, webhook_id=None, webhook=None):
@utils.arg('id', metavar='<WEBHOOK>',
help=_('Name of the webhook to be updated.'))
help=_('Name or ID of the webhook to show.'))
def do_webhook_show(sc, args):
'''Show the webhook details.'''
_show_webhook(sc, webhook_id=args.id)