mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
guest-agent: improve help for --allow-rpcs and --block-rpcs
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1757 Updates to qga help output and documentation for --allow-rpcs and --blocks-rpcs Signed-off-by: "Angel M. Villegas" <anvilleg@cisco.com> Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
This commit is contained in:
parent
11be70677c
commit
b68d8b677e
2 changed files with 6 additions and 6 deletions
|
@ -81,13 +81,13 @@ Options
|
|||
|
||||
.. option:: -b, --block-rpcs=LIST
|
||||
|
||||
Comma-separated list of RPCs to disable (no spaces, use ``help`` to
|
||||
list available RPCs).
|
||||
Comma-separated list of RPCs to disable (no spaces, use ``--block-rpcs=help``
|
||||
to list available RPCs).
|
||||
|
||||
.. option:: -a, --allow-rpcs=LIST
|
||||
|
||||
Comma-separated list of RPCs to enable (no spaces, use ``help`` to
|
||||
list available RPCs).
|
||||
Comma-separated list of RPCs to enable (no spaces, use ``--allow-rpcs=help``
|
||||
to list available RPCs).
|
||||
|
||||
.. option:: -D, --dump-conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue