mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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
This commit is contained in:
parent
4b61efe3f9
commit
3ddb973292
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
-----------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue