diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-30 10:26:28 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-30 12:05:30 +0800 |
| commit | 3ddb9732923037ce1ca8761fe6e38475ada44cb0 (patch) | |
| tree | c0f8f1f9db82978d2300e09f0d5b30d68f94c621 /doc/source/command-objects | |
| parent | 4b61efe3f9f6158c6062ff3c56bb5116b7f08d87 (diff) | |
| download | python-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')
| -rw-r--r-- | doc/source/command-objects/compute-agent.rst | 5 |
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 ----------------- |
