qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Fix argument description for -loadvm option


From: Sebastian Herbszt
Subject: [Qemu-devel] [PATCH] Fix argument description for -loadvm option
Date: Sat, 10 May 2008 21:15:57 +0200

Hello,

the argument for the -loadvm option is described as "file" while it should be 
"tag|id".

- Sebastian

--- vl.c.orig 2008-05-10 20:52:42.000000000 +0200
+++ vl.c 2008-05-10 20:58:52.000000000 +0200
@@ -7262,7 +7262,7 @@ static void help(int exitcode)
#endif
           "-no-reboot      exit instead of rebooting\n"
           "-no-shutdown    stop before shutdown\n"
-           "-loadvm file    start right away with a saved state (loadvm in 
monitor)\n"
+           "-loadvm [tag|id]  start right away with a saved state (loadvm in 
monitor)\n"
    "-vnc display    start a VNC server on display\n"
#ifndef _WIN32
    "-daemonize      daemonize QEMU after initializing\n"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]