From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuuZK-0000FR-B0 for qemu-devel@nongnu.org; Sat, 10 May 2008 15:17:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuuZH-0000Ei-Rt for qemu-devel@nongnu.org; Sat, 10 May 2008 15:17:17 -0400 Received: from [199.232.76.173] (port=60704 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuuZH-0000Ea-LO for qemu-devel@nongnu.org; Sat, 10 May 2008 15:17:15 -0400 Received: from mail.gmx.net ([213.165.64.20]:33994) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JuuZH-0000Tf-3a for qemu-devel@nongnu.org; Sat, 10 May 2008 15:17:15 -0400 Message-ID: <002e01c8b2d2$7241a480$0201a8c0@zeug> From: "Sebastian Herbszt" Date: Sat, 10 May 2008 21:15:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] Fix argument description for -loadvm option Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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"