aboutsummaryrefslogtreecommitdiff
path: root/qga
diff options
context:
space:
mode:
authorAngel M. Villegas <anvilleg@cisco.com>2023-10-13 11:51:10 -0400
committerKonstantin Kostiuk <kkostiuk@redhat.com>2024-01-30 12:10:37 +0200
commitb68d8b677ebe1a50bf374ac18f4f80313d6a38f5 (patch)
tree3348cd42814db09fa3c84e11a5a2967d13e230a8 /qga
parent11be70677c70fdccd452a3233653949b79e97908 (diff)
downloadqemu-b68d8b677ebe1a50bf374ac18f4f80313d6a38f5.zip
qemu-b68d8b677ebe1a50bf374ac18f4f80313d6a38f5.tar.gz
qemu-b68d8b677ebe1a50bf374ac18f4f80313d6a38f5.tar.bz2
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 'qga')
-rw-r--r--qga/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/qga/main.c b/qga/main.c
index 8668b9f..bdf5344 100644
--- a/qga/main.c
+++ b/qga/main.c
@@ -261,9 +261,9 @@ QEMU_COPYRIGHT "\n"
" -s, --service service commands: install, uninstall, vss-install, vss-uninstall\n"
#endif
" -b, --block-rpcs comma-separated list of RPCs to disable (no spaces,\n"
-" use \"help\" to list available RPCs)\n"
+" use \"--block-rpcs=help\" to list available RPCs)\n"
" -a, --allow-rpcs comma-separated list of RPCs to enable (no spaces,\n"
-" use \"help\" to list available RPCs)\n"
+" use \"--allow-rpcs=help\" to list available RPCs)\n"
" -D, --dump-conf dump a qemu-ga config file based on current config\n"
" options / command-line parameters to stdout\n"
" -r, --retry-path attempt re-opening path if it's unavailable or closed\n"