diff options
author | Angel M. Villegas <anvilleg@cisco.com> | 2023-10-13 11:51:10 -0400 |
---|---|---|
committer | Konstantin Kostiuk <kkostiuk@redhat.com> | 2024-01-30 12:10:37 +0200 |
commit | b68d8b677ebe1a50bf374ac18f4f80313d6a38f5 (patch) | |
tree | 3348cd42814db09fa3c84e11a5a2967d13e230a8 /docs | |
parent | 11be70677c70fdccd452a3233653949b79e97908 (diff) |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/interop/qemu-ga.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/interop/qemu-ga.rst b/docs/interop/qemu-ga.rst index 461c5a35ee..72fb75a6f5 100644 --- a/docs/interop/qemu-ga.rst +++ b/docs/interop/qemu-ga.rst @@ -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 |