summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/endpoint.rst
diff options
context:
space:
mode:
authorsunyajing <yajing.sun@easystack.cn>2016-06-23 12:55:54 +0800
committerSteve Martinelli <s.martinelli@gmail.com>2016-06-23 23:57:49 -0400
commit6df09fd377f872388d4f855b001a6578ae6fba46 (patch)
treedf8bba22d73bf72444a184433fb41c084e26bd0a /doc/source/command-objects/endpoint.rst
parent5b144334bf526c8d368e592019fbb80c072911dc (diff)
downloadpython-openstackclient-6df09fd377f872388d4f855b001a6578ae6fba46.tar.gz
Support multi-delete for commands in identity V2
Commands are "ec2 credentials delete", "service delete", "endpoint delete". Also update their unit tests and functional tests. Partial-Bug: #1592906 Change-Id: I1a0b7160b803a523646d09d030e6f112c81c4c24
Diffstat (limited to 'doc/source/command-objects/endpoint.rst')
-rw-r--r--doc/source/command-objects/endpoint.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/endpoint.rst b/doc/source/command-objects/endpoint.rst
index 817ad491..c058c844 100644
--- a/doc/source/command-objects/endpoint.rst
+++ b/doc/source/command-objects/endpoint.rst
@@ -81,18 +81,18 @@ Create new endpoint
endpoint delete
---------------
-Delete endpoint
+Delete endpoint(s)
.. program:: endpoint delete
.. code:: bash
os endpoint delete
- <endpoint-id>
+ <endpoint-id> [<endpoint-id> ...]
.. _endpoint_delete-endpoint:
.. describe:: <endpoint-id>
- Endpoint to delete (ID only)
+ Endpoint(s) to delete (ID only)
endpoint list
-------------