[Qemu-devel] [PATCH 2/4] linux-user: Add -help

2015-07-06 Thread meadori
From: Meador Inge 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 --- linux-user/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/main.c b

[Qemu-devel] [PATCH 2/4] linux-user: Add -help

2012-03-27 Thread Meador Inge
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 --- linux-user/main.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/linux-user/main.c b