projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed4a9a
)
no need to use -k for Windows
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 12 Dec 2004 22:20:04 +0000
(22:20 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 12 Dec 2004 22:20:04 +0000
(22:20 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1175
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index a4da63fc9d80414ed944a1c60a0caaef54695b2f..78f968eb17ac53d4c0b2bc2dcf7f79784f1921c8 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-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"