diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index 318ee724..de400765 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -320,7 +320,7 @@ def _show_webhook(sc, webhook_id=None, webhook=None): @utils.arg('id', metavar='', - 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)