diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-10-09 22:56:44 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-10-09 22:56:44 +0000 |
commit | 032a8c9e35e44b6e6d690e48ddc8429d12bc58e7 (patch) | |
tree | 421b5fbcbe5ce2a318c7b059594bc8ecd80a5214 /vl.c | |
parent | a7dfe172fa839a10667264a99f307d143eb2cc92 (diff) | |
download | qemu-032a8c9e35e44b6e6d690e48ddc8429d12bc58e7.tar.gz qemu-032a8c9e35e44b6e6d690e48ddc8429d12bc58e7.tar.bz2 qemu-032a8c9e35e44b6e6d690e48ddc8429d12bc58e7.zip |
help fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1112 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2553,9 +2553,9 @@ void help(void) "-loadvm file start right away with a saved state (loadvm in monitor)\n" "\n" "During emulation, the following keys are useful:\n" - "ctrl-shift-f toggle full screen\n" - "ctrl-shift-Fn switch to virtual console 'n'\n" - "ctrl-shift toggle mouse and keyboard grab\n" + "ctrl-alt-f toggle full screen\n" + "ctrl-alt-n switch to virtual console 'n'\n" + "ctrl-alt toggle mouse and keyboard grab\n" "\n" "When using -nographic, press 'ctrl-a h' to get some help.\n" , |