qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix argument description for -loadvm option
@ 2008-05-10 19:15 Sebastian Herbszt
  0 siblings, 0 replies; only message in thread
From: Sebastian Herbszt @ 2008-05-10 19:15 UTC (permalink / raw)
  To: qemu-devel

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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-10 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 19:15 [Qemu-devel] [PATCH] Fix argument description for -loadvm option Sebastian Herbszt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).