diff options
author | Gonglei <arei.gonglei@huawei.com> | 2014-11-15 18:06:46 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-11-17 11:49:05 +0100 |
commit | 86d10328a019b19838de3f7964a9da16af3a5073 (patch) | |
tree | 2adcc2c856e2be3d5af98fc0fd8aeee55cbf7530 | |
parent | 6cfcd864a468eb7bd3da20a5462b5af1791581d3 (diff) | |
download | qemu-86d10328a019b19838de3f7964a9da16af3a5073.zip |
qemu-char: fix MISSING_COMMA
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | qemu-char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-char.c b/qemu-char.c index bd0709bab5..4a76f0f805 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", |