]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-options: Rework the help text of the '-display' option
authorThomas Huth <huth@tuxfamily.org>
Wed, 23 Oct 2019 12:01:28 +0000 (14:01 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 Nov 2019 11:10:42 +0000 (12:10 +0100)
commit88b40c683fda6fa00639de01d4274e94bd4f1cdd
tree5332842bd7bbc082a0100c13347297a785e3c17d
parent36609b4fa36f0ac934874371874416f7533a5408
qemu-options: Rework the help text of the '-display' option

Improve the help text of the "-display" option:

- Only print the options that we have enabled in the binary
  (similar to what we do for other options like -netdev already)

- The "frame=on|off" from "-display sdl" has been removed in commit
  09bd7ba9f5f7 ("Remove deprecated -no-frame option"), so we should
  not show this in the help text anymore

- The "-display egl-headless" line was missing a "\n" at the end

- Indent the default display text in a nicer way

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20191023120129.13721-1-huth@tuxfamily.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qemu-options.hx