summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorsunyajing <yajing.sun@easystack.cn>2016-06-01 16:43:57 +0800
committersunyajing <yajing.sun@easystack.cn>2016-06-03 02:14:36 +0000
commit909bab1e07ec564055dd7dab578af9970a8e648e (patch)
treeab7738dfc30668d113000cbd4008aef3edf85b88 /doc/source/command-objects
parent48ffd8cf4b05b6836f48b8b509af61cb09550ae9 (diff)
downloadpython-openstackclient-909bab1e07ec564055dd7dab578af9970a8e648e.tar.gz
Support multiple argument for compute agent delete command
Change-Id: I3b19e4914d475b86d7e8aa8d76e62a2ac811272f Partially-Implements: blueprint multi-argument-compute
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/compute-agent.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/compute-agent.rst b/doc/source/command-objects/compute-agent.rst
index 395ee4f3..b00a981d 100644
--- a/doc/source/command-objects/compute-agent.rst
+++ b/doc/source/command-objects/compute-agent.rst
@@ -44,17 +44,17 @@ Create compute agent
compute agent delete
--------------------
-Delete compute agent command
+Delete compute agent(s)
.. program:: compute agent delete
.. code:: bash
- os compute agent delete <id>
+ os compute agent delete <id> [<id> ...]
.. _compute_agent-delete:
.. describe:: <id>
- ID of agent to delete
+ ID of agent(s) to delete
compute agent list
------------------