diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-12 22:20:04 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-12 22:20:04 +0000 |
commit | 4ca0074c8c99a5bd89d326e1f76dcd518447e80b (patch) | |
tree | a2906634b6e7eb0a83c4ce2a78c06643caba808e /vl.c | |
parent | fed4a9adc0a2ef5ca5033797f1e5f3137b48a687 (diff) | |
download | qemu-4ca0074c8c99a5bd89d326e1f76dcd518447e80b.tar.gz qemu-4ca0074c8c99a5bd89d326e1f76dcd518447e80b.tar.bz2 qemu-4ca0074c8c99a5bd89d326e1f76dcd518447e80b.zip |
no need to use -k for Windows
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1175 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2542,7 +2542,9 @@ void help(void) "-snapshot write to temporary files instead of disk image files\n" "-m megs set virtual RAM size to megs MB [default=%d]\n" "-nographic disable graphical output and redirect serial I/Os to console\n" +#ifndef _WIN32 "-k language use keyboard layout (for example \"fr\" for French)\n" +#endif "-enable-audio enable audio support\n" "-localtime set the real time clock to local time [default=utc]\n" "-full-screen start in full screen\n" |