Commit a80800067249c2bb34b12117d82f5c475858c827
1 parent
8cbcb4fa
Fix argument description for -loadvm option
(Sebastian Herbszt) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4422 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
vl.c
... | ... | @@ -7262,7 +7262,7 @@ static void help(int exitcode) |
7262 | 7262 | #endif |
7263 | 7263 | "-no-reboot exit instead of rebooting\n" |
7264 | 7264 | "-no-shutdown stop before shutdown\n" |
7265 | - "-loadvm file start right away with a saved state (loadvm in monitor)\n" | |
7265 | + "-loadvm [tag|id] start right away with a saved state (loadvm in monitor)\n" | |
7266 | 7266 | "-vnc display start a VNC server on display\n" |
7267 | 7267 | #ifndef _WIN32 |
7268 | 7268 | "-daemonize daemonize QEMU after initializing\n" | ... | ... |