summaryrefslogtreecommitdiffstats
path: root/qemu-char.c
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2014-11-15 18:06:46 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2014-11-17 11:49:05 +0100
commit86d10328a019b19838de3f7964a9da16af3a5073 (patch)
tree2adcc2c856e2be3d5af98fc0fd8aeee55cbf7530 /qemu-char.c
parent6cfcd864a468eb7bd3da20a5462b5af1791581d3 (diff)
downloadhqemu-86d10328a019b19838de3f7964a9da16af3a5073.zip
hqemu-86d10328a019b19838de3f7964a9da16af3a5073.tar.gz
qemu-char: fix MISSING_COMMA
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-char.c')
-rw-r--r--qemu-char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-char.c b/qemu-char.c
index bd0709b..4a76f0f 100644
--- 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",
OpenPOWER on IntegriCloud