Signed-off-by: John Snow <[email protected]> --- qapi/dump.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/qapi/dump.json b/qapi/dump.json index 520c58cbcd8..9e97e8431f4 100644 --- a/qapi/dump.json +++ b/qapi/dump.json @@ -55,9 +55,8 @@ ## # @dump-guest-memory: -# -# Dump guest's memory to vmcore. It is a synchronous operation that -# can take very long depending on the amount of guest memory. +# Dump guest's memory to vmcore. It is a synchronous operation +# that can take very long depending on the amount of guest memory. # # @paging: if true, do paging to get guest's memory mapping. This # allows using gdb to process the core file. -- 2.55.0
