mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
qemu-char: fix MISSING_COMMA
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6cfcd864a4
commit
86d10328a0
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ static const char * const mux_help[] = {
|
||||||
"% h print this help\n\r",
|
"% h print this help\n\r",
|
||||||
"% x exit emulator\n\r",
|
"% x exit emulator\n\r",
|
||||||
"% s save disk data back to file (if -snapshot)\n\r",
|
"% s save disk data back to file (if -snapshot)\n\r",
|
||||||
"% t toggle console timestamps\n\r"
|
"% t toggle console timestamps\n\r",
|
||||||
"% b send break (magic sysrq)\n\r",
|
"% b send break (magic sysrq)\n\r",
|
||||||
"% c switch between console and monitor\n\r",
|
"% c switch between console and monitor\n\r",
|
||||||
"% % sends %\n\r",
|
"% % sends %\n\r",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue