diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-06-02 14:30:08 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-02 14:32:16 -0500 |
| commit | 41f5521ee9d9fef549c75bbdc34c870646b5eb45 (patch) | |
| tree | df835119a6c5311a9f72d35217445bcb9bc83c7c /openstackclient | |
| parent | 9f65a9954c0563038f3223700bc9f8205addbc79 (diff) | |
| download | python-openstackclient-41f5521ee9d9fef549c75bbdc34c870646b5eb45.tar.gz | |
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
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/identity/v3/endpoint.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openstackclient/identity/v3/endpoint.py b/openstackclient/identity/v3/endpoint.py index 6e4b356d..b03b78ce 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 |
