summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/security-group.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-15 16:54:10 +0000
committerGerrit Code Review <review@openstack.org>2016-06-15 16:54:10 +0000
commitd3cd322650efeae7321bfe386e81a6697aebe5b0 (patch)
tree3f62e99354c8f26529ee017aa3a5b87241f28aa0 /doc/source/command-objects/security-group.rst
parent4cc539fcc53c09559c9bf0f8e06743a8077db197 (diff)
parent8e2f49fbf22c242270c8162254fc83fbb4580a24 (diff)
downloadpython-openstackclient-d3cd322650efeae7321bfe386e81a6697aebe5b0.tar.gz
Merge "Support bulk deletion for commands that exist in both network and compute."
Diffstat (limited to 'doc/source/command-objects/security-group.rst')
-rw-r--r--doc/source/command-objects/security-group.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/security-group.rst b/doc/source/command-objects/security-group.rst
index 3af11b5a..ba054554 100644
--- a/doc/source/command-objects/security-group.rst
+++ b/doc/source/command-objects/security-group.rst
@@ -45,17 +45,17 @@ Create a new security group
security group delete
---------------------
-Delete a security group
+Delete security group(s)
.. program:: security group delete
.. code:: bash
os security group delete
- <group>
+ <group> [<group> ...]
.. describe:: <group>
- Security group to delete (name or ID)
+ Security group(s) to delete (name or ID)
security group list
-------------------