mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue