|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-changelog
[Xen-changelog] [xen-unstable] xl: correct help message of migrate	and m
 
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1275642731 -3600
# Node ID 6f71276b1f214d01fb717c3940c468a5e1321fa3
# Parent  69ee5220bd944c0ba29e56504b0f1a275a8710e3
xl: correct help message of migrate and migrate-receive command
Signed-off-by: Yang Hongyang <yanghy@xxxxxxxxxxxxxx>
---
 tools/libxl/xl_cmdimpl.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff -r 69ee5220bd94 -r 6f71276b1f21 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c  Fri Jun 04 10:11:40 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c  Fri Jun 04 10:12:11 2010 +0100
@@ -2206,7 +2206,7 @@ int main_migrate_receive(int argc, char 
     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 @@ int main_migrate_receive(int argc, char 
     }
 
     if (argc-optind != 0) {
-        help("restore");
+        help("migrate-receive");
         exit(2);
     }
     migrate_receive(debug, daemonize);
@@ -2295,7 +2295,7 @@ int main_migrate(int argc, char **argv)
     }
 
     if (argc-optind < 2 || argc-optind > 2) {
-        help("save");
+        help("migrate");
         exit(2);
     }
 
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread> |  
- [Xen-changelog] [xen-unstable] xl: correct help message of migrate	and migrate-receive command,
Xen patchbot-unstable <=
  
 |  
  
 | 
    | 
  
  
    |   | 
    |