Commit 64423fb206a9278d65b9f5601d0202bd9b5e6d84

Authored by pbrook
1 parent 6c3675ca

Accept -help.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2359 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
@@ -6240,6 +6240,7 @@ typedef struct QEMUOption { @@ -6240,6 +6240,7 @@ typedef struct QEMUOption {
6240 6240
6241 const QEMUOption qemu_options[] = { 6241 const QEMUOption qemu_options[] = {
6242 { "h", 0, QEMU_OPTION_h }, 6242 { "h", 0, QEMU_OPTION_h },
  6243 + { "help", 0, QEMU_OPTION_h },
6243 6244
6244 { "M", HAS_ARG, QEMU_OPTION_M }, 6245 { "M", HAS_ARG, QEMU_OPTION_M },
6245 { "fda", HAS_ARG, QEMU_OPTION_fda }, 6246 { "fda", HAS_ARG, QEMU_OPTION_fda },