aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2010-04-28 14:42:01 +0200
committerBlue Swirl <blauwirbel@gmail.com>2010-05-01 19:48:30 +0000
commitf75ca1ae205f24dae296c82d534c37746f87232f (patch)
tree87fb612f260b01be04e7d526cc9ffb62488d16b5 /vl.c
parent4d0e4ac703745e366d15ea5e174ae5e25c384461 (diff)
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 <thomas@monjalon.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vl.c b/vl.c
index a485c58fd..5e03b72f7 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"