diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-26 22:10:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-26 22:10:23 +0000 |
| commit | 9da02d14eadc39da6f97b3df095af8b0c452a5b4 (patch) | |
| tree | 67e2b8ffdde0c5358eb49ef241c0b69f0ce46969 /doc/source/command-objects | |
| parent | 0ff7d6dc693fb4dd8660e35063cceecdbb9cdbc0 (diff) | |
| parent | 9e9e4e6f59f7d6a4e0fd8d96c4586d58a8f0059e (diff) | |
| download | python-openstackclient-9da02d14eadc39da6f97b3df095af8b0c452a5b4.tar.gz | |
Merge "fix endpoint show help"
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) |
