From: Yang Hongyang <yanghy@cn.fujitsu.com>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: [PATCH]xl: correct help message of migrate and migrate-receive command
Date: Thu, 03 Jun 2010 16:46:10 +0800 [thread overview]
Message-ID: <4C076BD2.7080603@cn.fujitsu.com> (raw)
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
reply other threads:[~2010-06-03 8:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C076BD2.7080603@cn.fujitsu.com \
--to=yanghy@cn.fujitsu.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.