diff options
| author | bellard | 2005-07-24 20:44:56 +0200 |
|---|---|---|
| committer | bellard | 2005-07-24 20:44:56 +0200 |
| commit | f5a8510c7cac37c83acd5faf88c537551e6c21f9 (patch) | |
| tree | b9d1a5143ac0b72dfcce2f6a445e494577655cfe /linux-user/main.c | |
| parent | update tarbin target (diff) | |
| download | qemu-f5a8510c7cac37c83acd5faf88c537551e6c21f9.tar.gz qemu-f5a8510c7cac37c83acd5faf88c537551e6c21f9.tar.xz qemu-f5a8510c7cac37c83acd5faf88c537551e6c21f9.zip | |
copyright
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1534 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/main.c')
| -rw-r--r-- | linux-user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index 856147f049..622d06edf5 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -973,7 +973,7 @@ void cpu_loop(CPUPPCState *env) void usage(void) { - printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2004 Fabrice Bellard\n" + printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2005 Fabrice Bellard\n" "usage: qemu-" TARGET_ARCH " [-h] [-g] [-d opts] [-L path] [-s size] program [arguments...]\n" "Linux CPU emulator (compiled for %s emulation)\n" "\n" |
