From 41f5521ee9d9fef549c75bbdc34c870646b5eb45 Mon Sep 17 00:00:00 2001 From: Dean Troyer <dtroyer@gmail.com> Date: Thu, 2 Jun 2016 14:30:08 -0500 Subject: [PATCH] Update v2 endpoint show help https://review.openstack.org/#/c/319821/ updated v2 endpoint show and the doc, but not the v3 help. Change-Id: Ifaa90f6266eabafb9de544199759f4ee8bcc1c83 --- openstackclient/identity/v3/endpoint.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openstackclient/identity/v3/endpoint.py b/openstackclient/identity/v3/endpoint.py index 6e4b356d0b..b03b78ce3b 100644 --- a/openstackclient/identity/v3/endpoint.py +++ b/openstackclient/identity/v3/endpoint.py @@ -243,8 +243,9 @@ class ShowEndpoint(command.ShowOne): parser = super(ShowEndpoint, self).get_parser(prog_name) parser.add_argument( 'endpoint', - metavar='<endpoint-id>', - help='Endpoint ID to display', + metavar='<endpoint>', + help='Endpoint to display (endpoint ID, service ID,' + ' service name, service type)', ) return parser