diff options
| author | sunyajing <yajing.sun@easystack.cn> | 2016-05-26 16:52:54 +0800 |
|---|---|---|
| committer | sunyajing <yajing.sun@easystack.cn> | 2016-05-26 19:40:26 +0800 |
| commit | 9e9e4e6f59f7d6a4e0fd8d96c4586d58a8f0059e (patch) | |
| tree | 2b2b12f41961c59660e09852bb6d0bb51eef8ae7 /doc/source/command-objects | |
| parent | 795656184e2d864c30b8e42d13a12d5021680e8b (diff) | |
| download | python-openstackclient-9e9e4e6f59f7d6a4e0fd8d96c4586d58a8f0059e.tar.gz | |
fix endpoint show help
endpoint show command can also work on service name or type or ID option
Change-Id: I43c8df4bc093d4130cf33fd2520736ce9077dc82
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/endpoint.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/endpoint.rst b/doc/source/command-objects/endpoint.rst index 074f20a0..9872a587 100644 --- a/doc/source/command-objects/endpoint.rst +++ b/doc/source/command-objects/endpoint.rst @@ -188,9 +188,9 @@ Display endpoint details .. code:: bash os endpoint show - <endpoint-id> + <endpoint> .. _endpoint_show-endpoint: -.. describe:: <endpoint-id> +.. describe:: <endpoint> - Endpoint ID to display + Endpoint to display (endpoint ID, service ID, service name, service type) |
