From e26c9402c26c3e6e22d95aced7e5f34923ef570e Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Fri, 9 Feb 2024 01:05:06 +0100 Subject: qemu-options.hx: Add zoom-to-fit to option summary for gtk The detailed help lists zoom-to-fit as valid option but it is missing from the short option summary. Add it there too. Signed-off-by: BALATON Zoltan Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index aec2328..8547254 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2085,7 +2085,7 @@ DEF("display", HAS_ARG, QEMU_OPTION_display, #if defined(CONFIG_GTK) "-display gtk[,full-screen=on|off][,gl=on|off][,grab-on-hover=on|off]\n" " [,show-tabs=on|off][,show-cursor=on|off][,window-close=on|off]\n" - " [,show-menubar=on|off]\n" + " [,show-menubar=on|off][,zoom-to-fit=on|off]\n" #endif #if defined(CONFIG_VNC) "-display vnc=[,]\n" -- cgit v1.1