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
This commit is contained in:
Dean Troyer 2016-06-02 14:30:08 -05:00
parent 9f65a9954c
commit 41f5521ee9

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