From daaf8c8eb7135386134bc7075b9cf4dd57107c43 Mon Sep 17 00:00:00 2001 From: Meador Inge Date: Mon, 6 Jul 2015 11:03:39 -0700 Subject: linux-user: Add -help This option is already available on the system mode binaries. It would be better if long options were supported (i.e. --help), but this is okay for now. Signed-off-by: Meador Inge Signed-off-by: Riku Voipio --- linux-user/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/main.c b/linux-user/main.c index 75932127a7..58d8d8dff5 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -3883,6 +3883,8 @@ struct qemu_argument { static const struct qemu_argument arg_table[] = { {"h", "", false, handle_arg_help, "", "print this help"}, + {"help", "", false, handle_arg_help, + "", ""}, {"g", "QEMU_GDB", true, handle_arg_gdb, "port", "wait gdb connection to 'port'"}, {"L", "QEMU_LD_PREFIX", true, handle_arg_ld_prefix, -- cgit v1.2.3