summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-16 12:43:32 +0000
committerGerrit Code Review <review@openstack.org>2016-06-16 12:43:32 +0000
commitb5e524ac84dfae062649cd0197251001bd432e74 (patch)
treeeba19736ace599b09215b6b679010cdfbde091bc /doc/source/command-objects
parente7ed403712f4d12182d0c2d040ae6eed0177a05c (diff)
parent9eb77ae1def29294881b27b593782edad3d26c96 (diff)
downloadpython-openstackclient-b5e524ac84dfae062649cd0197251001bd432e74.tar.gz
Merge "Fix help msg of identity endpoint"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/endpoint.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/command-objects/endpoint.rst b/doc/source/command-objects/endpoint.rst
index 9872a587..817ad491 100644
--- a/doc/source/command-objects/endpoint.rst
+++ b/doc/source/command-objects/endpoint.rst
@@ -40,7 +40,7 @@ Create new endpoint
.. _endpoint_create-endpoint:
.. describe:: <service>
- New endpoint service (name or ID)
+ Service to be associated with new endpoint (name or ID)
*Identity version 3 only*
@@ -68,7 +68,7 @@ Create new endpoint
.. describe:: <service>
- New endpoint service (name or ID)
+ Service to be associated with new endpoint(name or ID)
.. describe:: <interface>
@@ -92,7 +92,7 @@ Delete endpoint
.. _endpoint_delete-endpoint:
.. describe:: <endpoint-id>
- Endpoint ID to delete
+ Endpoint to delete (ID only)
endpoint list
-------------
@@ -110,7 +110,7 @@ List endpoints
.. option:: --service <service>
- Filter by service
+ Filter by service (name or ID)
*Identity version 3 only*
@@ -177,7 +177,7 @@ Set endpoint properties
.. _endpoint_set-endpoint:
.. describe:: <endpoint-id>
- Endpoint ID to modify
+ Endpoint to modify (ID only)
endpoint show
-------------