diff options
author | Laurent Vivier <lvivier@redhat.com> | 2015-09-04 21:30:04 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-09-11 10:21:38 +0300 |
commit | 2382053f1deea2a2b49cf15571be7b542bec5fcf (patch) | |
tree | c120c385fc9b0dc902840c0d1ace244dadb44463 /qemu-options.hx | |
parent | 74c373e42f3dccae3b3b1e91a82ab8f748a39a6f (diff) |
help: dd missing newline
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
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} |