From 2382053f1deea2a2b49cf15571be7b542bec5fcf Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 4 Sep 2015 21:30:04 +0200 Subject: help: dd missing newline Signed-off-by: Laurent Vivier Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 739894d98b..166eae6784 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} -- cgit v1.2.1