summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/compute-agent.rst
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-06-30 10:26:28 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-06-30 12:05:30 +0800
commit3ddb9732923037ce1ca8761fe6e38475ada44cb0 (patch)
treec0f8f1f9db82978d2300e09f0d5b30d68f94c621 /doc/source/command-objects/compute-agent.rst
parent4b61efe3f9f6158c6062ff3c56bb5116b7f08d87 (diff)
downloadpython-openstackclient-3ddb9732923037ce1ca8761fe6e38475ada44cb0.tar.gz
Fix doc issue for "compute agent list" command
"--hypervisor" is a optional argument but in the doc it was wrong format, this patch modify it. Change-Id: I527feff73eca5834b2fee4efb2462562581210ed
Diffstat (limited to 'doc/source/command-objects/compute-agent.rst')
-rw-r--r--doc/source/command-objects/compute-agent.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/command-objects/compute-agent.rst b/doc/source/command-objects/compute-agent.rst
index ae057dc9..55540c8d 100644
--- a/doc/source/command-objects/compute-agent.rst
+++ b/doc/source/command-objects/compute-agent.rst
@@ -66,10 +66,9 @@ List compute agents
os compute agent list [--hypervisor <hypervisor>]
-.. _compute_agent-list:
-.. describe:: --hypervisor <hypervisor>
+.. option:: --hypervisor <hypervisor>
- Optional type of hypervisor
+ Type of hypervisor
compute agent set
-----------------