Commit 4ca0074c8c99a5bd89d326e1f76dcd518447e80b
1 parent
fed4a9ad
no need to use -k for Windows
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1175 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
vl.c
... | ... | @@ -2542,7 +2542,9 @@ void help(void) |
2542 | 2542 | "-snapshot write to temporary files instead of disk image files\n" |
2543 | 2543 | "-m megs set virtual RAM size to megs MB [default=%d]\n" |
2544 | 2544 | "-nographic disable graphical output and redirect serial I/Os to console\n" |
2545 | +#ifndef _WIN32 | |
2545 | 2546 | "-k language use keyboard layout (for example \"fr\" for French)\n" |
2547 | +#endif | |
2546 | 2548 | "-enable-audio enable audio support\n" |
2547 | 2549 | "-localtime set the real time clock to local time [default=utc]\n" |
2548 | 2550 | "-full-screen start in full screen\n" | ... | ... |