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:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user