All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]xl: correct help message of migrate and migrate-receive command
@ 2010-06-03  8:46 Yang Hongyang
  0 siblings, 0 replies; only message in thread
From: Yang Hongyang @ 2010-06-03  8:46 UTC (permalink / raw)
  To: xen-devel

Correct help message of migrate and migrate-receive commands

Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com> 

diff -r 5aabc6f94df5 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c	Wed Jun 02 13:13:11 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c	Fri Jun 04 00:48:18 2010 +0800
@@ -2206,7 +2206,7 @@
     while ((opt = getopt(argc, argv, "hed")) != -1) {
         switch (opt) {
         case 'h':
-            help("restore");
+            help("migrate-receive");
             exit(2);
             break;
         case 'e':
@@ -2222,7 +2222,7 @@
     }
 
     if (argc-optind != 0) {
-        help("restore");
+        help("migrate-receive");
         exit(2);
     }
     migrate_receive(debug, daemonize);
@@ -2295,7 +2295,7 @@
     }
 
     if (argc-optind < 2 || argc-optind > 2) {
-        help("save");
+        help("migrate");
         exit(2);
     }
 

-- 
Regards
Yang Hongyang

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

only message in thread, other threads:[~2010-06-03  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-03  8:46 [PATCH]xl: correct help message of migrate and migrate-receive command Yang Hongyang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.