projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba56e4c
)
Drop duplicate display option documentation
author
Samuel Thibault
<samuel.thibault@gnu.org>
Sun, 15 Jan 2017 20:30:14 +0000
(21:30 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 24 Jan 2017 20:26:53 +0000
(23:26 +0300)
The curses and none possibilities are already documented on a separate line,
so documenting it on the sdl line was both unneeded and confusing.
Introduced in commit
f04ec5afbb7d60a56863add800fd90ceee66f362
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qemu-options.hx
patch
|
blob
|
history
diff --git
a/qemu-options.hx
b/qemu-options.hx
index a847de771386de6a77b90802cc24a22a1f3ece6d..be1b9d493811a2a729d3e47a6fc7e84c60deb13a 100644
(file)
--- a/
qemu-options.hx
+++ b/
qemu-options.hx
@@
-926,7
+926,7
@@
ETEXI
DEF("display", HAS_ARG, QEMU_OPTION_display,
"-display sdl[,frame=on|off][,alt_grab=on|off][,ctrl_grab=on|off]\n"
- " [,window_close=on|off][,gl=on|off]
|curses|none|
\n"
+ " [,window_close=on|off][,gl=on|off]\n"
"-display gtk[,grab_on_hover=on|off][,gl=on|off]|\n"
"-display vnc=<display>[,<optargs>]\n"
"-display curses\n"