mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Accept -help.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2359 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6c3675cac3
commit
64423fb206
1 changed files with 1 additions and 0 deletions
1
vl.c
1
vl.c
|
@ -6240,6 +6240,7 @@ typedef struct QEMUOption {
|
|||
|
||||
const QEMUOption qemu_options[] = {
|
||||
{ "h", 0, QEMU_OPTION_h },
|
||||
{ "help", 0, QEMU_OPTION_h },
|
||||
|
||||
{ "M", HAS_ARG, QEMU_OPTION_M },
|
||||
{ "fda", HAS_ARG, QEMU_OPTION_fda },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue