OSDN Git Service

Add missing newline at the end of options list
authorMichael Tokarev <mjt@tls.msk.ru>
Thu, 24 Dec 2009 09:15:47 +0000 (12:15 +0300)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 28 Dec 2009 14:22:22 +0000 (15:22 +0100)
In qemu-kvm this place looks even more "interesting":

 -runas user     Change to user id user just before starting the VM.
 -readconfig <file>
 -writeconfig <file>
                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 <mjt@tls.msk.ru>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-options.hx

index b8cc375..ecd50eb 100644 (file)
@@ -1936,4 +1936,4 @@ DEF("readconfig", HAS_ARG, QEMU_OPTION_readconfig,
     "-readconfig <file>\n")
 DEF("writeconfig", HAS_ARG, QEMU_OPTION_writeconfig,
     "-writeconfig <file>\n"
-    "                read/write config file")
+    "                read/write config file\n")