From: Thomas Monjalon Date: Wed, 28 Apr 2010 12:42:01 +0000 (+0200) Subject: fix old typos in help header X-Git-Tag: TizenStudio_2.0_p2.3~4938 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=660149ba8cd1eb918f95135f25a647cbc476958e;p=sdk%2Femulator%2Fqemu.git fix old typos in help header 1) Qemu is not only a PC emulator. 2) "image image" has already been changed to "disk image" in qemu-doc.texi Signed-off-by: Thomas Monjalon Signed-off-by: Blue Swirl --- diff --git a/vl.c b/vl.c index a485c58..5e03b72 100644 --- a/vl.c +++ b/vl.c @@ -2001,7 +2001,7 @@ static void main_loop(void) static void version(void) { - printf("QEMU PC emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n"); + printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n"); } static void help(int exitcode) @@ -2018,7 +2018,7 @@ static void help(int exitcode) version(); printf("usage: %s [options] [disk_image]\n" "\n" - "'disk_image' is a raw hard image image for IDE hard disk 0\n" + "'disk_image' is a raw hard disk image for IDE hard disk 0\n" "\n" "%s\n" "During emulation, the following keys are useful:\n"