Skip to content

Commit 41f5521

Browse files
author
Dean Troyer
committed
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
1 parent 9f65a99 commit 41f5521

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

openstackclient/identity/v3/endpoint.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,9 @@ def get_parser(self, prog_name):
243243
parser = super(ShowEndpoint, self).get_parser(prog_name)
244244
parser.add_argument(
245245
'endpoint',
246-
metavar='<endpoint-id>',
247-
help='Endpoint ID to display',
246+
metavar='<endpoint>',
247+
help='Endpoint to display (endpoint ID, service ID,'
248+
' service name, service type)',
248249
)
249250
return parser
250251

0 commit comments

Comments
 (0)