aboutsummaryrefslogtreecommitdiff
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorBALATON Zoltan <balaton@eik.bme.hu>2024-02-09 01:05:06 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2024-02-13 10:59:25 +0300
commite26c9402c26c3e6e22d95aced7e5f34923ef570e (patch)
treebec2c904c3ea404c08083a37ef6780419e049a66 /qemu-options.hx
parentb30fa6b81a89de058b5e5c8029b027eb7365ee55 (diff)
downloadqemu-e26c9402c26c3e6e22d95aced7e5f34923ef570e.zip
qemu-e26c9402c26c3e6e22d95aced7e5f34923ef570e.tar.gz
qemu-e26c9402c26c3e6e22d95aced7e5f34923ef570e.tar.bz2
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 <balaton@eik.bme.hu> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
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=<display>[,<optargs>]\n"