forked from Mirror/pmbootstrap
Fix case sensitivity: Qemu => QEMU (!1800)
This commit is contained in:
parent
fd79a60383
commit
2ad8b66ccc
7 changed files with 17 additions and 17 deletions
|
@ -144,7 +144,7 @@ def arguments_qemu(subparser):
|
|||
help="use SPICE for 2D acceleration (default port:"
|
||||
" 8077)")
|
||||
display.add_argument("--display", dest="qemu_display", const="sdl,gl=on",
|
||||
help="Qemu's display parameter (default: sdl,gl=on)",
|
||||
help="QEMU's display parameter (default: sdl,gl=on)",
|
||||
default="sdl,gl=on", nargs="?")
|
||||
|
||||
ret.add_argument("--host-qemu", dest="host_qemu", action='store_true',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue