From: Laurent Vivier Date: Fri, 4 Sep 2015 19:30:04 +0000 (+0200) Subject: help: dd missing newline X-Git-Tag: v2.5.0-rc0~138^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2382053f1deea2a2b49cf15571be7b542bec5fcf;p=thirdparty%2Fqemu.git help: dd missing newline Signed-off-by: Laurent Vivier Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- diff --git a/qemu-options.hx b/qemu-options.hx index 739894d98b8..166eae67842 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -3513,7 +3513,7 @@ DEF("dump-vmstate", HAS_ARG, QEMU_OPTION_dump_vmstate, " Output vmstate information in JSON format to file.\n" " Use the scripts/vmstate-static-checker.py file to\n" " check for possible regressions in migration code\n" - " by comparing two such vmstate dumps.", + " by comparing two such vmstate dumps.\n", QEMU_ARCH_ALL) STEXI @item -dump-vmstate @var{file}