summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorRui Chen <chenrui.momo@gmail.com>2017-02-22 17:56:03 +0800
committerRui Chen <chenrui.momo@gmail.com>2017-02-22 17:56:03 +0800
commitc828216e2b02a9fcee3bb9a10fde2ec5ccd59026 (patch)
treea3752531cfaf4265e4ab4fe8a285527acbc206a6 /doc/source/command-objects
parent62938c02e077049e3e4ebb393045ba0fa783c72d (diff)
downloadpython-openstackclient-c828216e2b02a9fcee3bb9a10fde2ec5ccd59026.tar.gz
Fix "endpoint list" help message
OSC support to filter OpenStack endpoints by service type, name and ID, but help message and document don't contain "type" for "--service" option of "endpoint list" command. Change-Id: I5c8bc28e037b4c6f96ec83525a319353f01f256a Closes-Bug: #1666841
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/endpoint.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/endpoint.rst b/doc/source/command-objects/endpoint.rst
index d6eb362a..b98055a1 100644
--- a/doc/source/command-objects/endpoint.rst
+++ b/doc/source/command-objects/endpoint.rst
@@ -103,14 +103,14 @@ List endpoints
.. code:: bash
openstack endpoint list
- [--service <service]
+ [--service <service>]
[--interface <interface>]
[--region <region-id>]
[--long]
.. option:: --service <service>
- Filter by service (name or ID)
+ Filter by service (type, name or ID)
*Identity version 3 only*