mirror of
https://github.com/mii443/qemu.git
synced 2025-12-07 21:18:22 +00:00
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>
This commit is contained in:
committed by
Michael Tokarev
parent
74c373e42f
commit
2382053f1d
@@ -3513,7 +3513,7 @@ DEF("dump-vmstate", HAS_ARG, QEMU_OPTION_dump_vmstate,
|
|||||||
" Output vmstate information in JSON format to file.\n"
|
" Output vmstate information in JSON format to file.\n"
|
||||||
" Use the scripts/vmstate-static-checker.py file to\n"
|
" Use the scripts/vmstate-static-checker.py file to\n"
|
||||||
" check for possible regressions in migration code\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)
|
QEMU_ARCH_ALL)
|
||||||
STEXI
|
STEXI
|
||||||
@item -dump-vmstate @var{file}
|
@item -dump-vmstate @var{file}
|
||||||
|
|||||||
Reference in New Issue
Block a user