From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXwgf-0004vc-6q for qemu-devel@nongnu.org; Fri, 04 Sep 2015 15:30:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXwgd-0007G8-9E for qemu-devel@nongnu.org; Fri, 04 Sep 2015 15:30:13 -0400 From: Laurent Vivier Date: Fri, 4 Sep 2015 21:30:04 +0200 Message-Id: <1441395005-14907-3-git-send-email-lvivier@redhat.com> In-Reply-To: <1441395005-14907-1-git-send-email-lvivier@redhat.com> References: <1441395005-14907-1-git-send-email-lvivier@redhat.com> Subject: [Qemu-devel] [PATCH v4 2/3] help: fix typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, marcandre.lureau@gmail.com, eblake@redhat.com, qemu-trivial@nongnu.org Signed-off-by: Laurent Vivier --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index 77f5853..ab1af02 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -3510,7 +3510,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} -- 2.1.0