summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorsunyajing <yajing.sun@easystack.cn>2016-06-13 19:16:48 +0800
committersunyajing <yajing.sun@easystack.cn>2016-06-16 09:55:10 +0800
commit9eb77ae1def29294881b27b593782edad3d26c96 (patch)
treef25f0560f9f786935f242bd278cd4a153a5ec79f /doc/source/command-objects
parent0695d1495e8337149850b8f753c603e7cac1989c (diff)
downloadpython-openstackclient-9eb77ae1def29294881b27b593782edad3d26c96.tar.gz
Fix help msg of identity endpoint
<service> argument of `endpoint create` command doesn't mean `new endpoint service`, but an existent service that the new endpoint attached to. Change-Id: I846fdb501bdea14499f42288186f375a3b2b5951
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
-------------