projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfcd86
)
qemu-char: fix MISSING_COMMA
author
Gonglei
<arei.gonglei@huawei.com>
Sat, 15 Nov 2014 10:06:46 +0000
(18:06 +0800)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 17 Nov 2014 10:49:05 +0000
(11:49 +0100)
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qemu-char.c
patch
|
blob
|
history
diff --git
a/qemu-char.c
b/qemu-char.c
index bd0709bab5fb8770c9f111f851bed20b2e115d8a..4a76f0f805b6db4f66e0eb39ed4f6427f8f1cdda 100644
(file)
--- a/
qemu-char.c
+++ b/
qemu-char.c
@@
-464,7
+464,7
@@
static const char * const mux_help[] = {
"% h print this help\n\r",
"% x exit emulator\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",
"% c switch between console and monitor\n\r",
"% % sends %\n\r",