From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Xen-devel <xen-devel@lists.xensource.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
Vincent Hanquez <Vincent.Hanquez@eu.citrix.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [PATCH] xl: fix pci-detach usage
Date: Thu, 27 May 2010 12:16:11 -0700 [thread overview]
Message-ID: <4BFEC4FB.6000502@goop.org> (raw)
"xl pci-detach -h" shows the usage for pci-attach
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
diff -r 8cfdda34f851 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c Tue May 25 13:40:56 2010 -0700
+++ b/tools/libxl/xl_cmdimpl.c Thu May 27 11:10:35 2010 -0700
@@ -1532,7 +1532,7 @@
while ((opt = getopt(argc, argv, "h")) != -1) {
switch (opt) {
case 'h':
- help("pci-attach");
+ help("pci-detach");
exit(0);
default:
fprintf(stderr, "option not supported\n");
reply other threads:[~2010-05-27 19:16 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=4BFEC4FB.6000502@goop.org \
--to=jeremy@goop.org \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Vincent.Hanquez@eu.citrix.com \
--cc=stefano.stabellini@eu.citrix.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.