From: Michael Tokarev Date: Thu, 24 Dec 2009 09:15:47 +0000 (+0300) Subject: Add missing newline at the end of options list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=19e65b47f60c68d7e8c96aa0a36223c5a0d3422b;p=qemu.git Add missing newline at the end of options list In qemu-kvm this place looks even more "interesting": -runas user Change to user id user just before starting the VM. -readconfig -writeconfig read/write config file-no-kvm disable KVM hardware virtualization -no-kvm-irqchip disable KVM kernel mode PIC/IOAPIC/LAPIC -no-kvm-pit disable KVM kernel mode PIT Signed-off-by: Michael Tokarev Signed-off-by: Aurelien Jarno --- diff --git a/qemu-options.hx b/qemu-options.hx index b8cc3750c0..ecd50ebe6f 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1936,4 +1936,4 @@ DEF("readconfig", HAS_ARG, QEMU_OPTION_readconfig, "-readconfig \n") DEF("writeconfig", HAS_ARG, QEMU_OPTION_writeconfig, "-writeconfig \n" - " read/write config file") + " read/write config file\n")