All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xl: fix pci-detach usage
@ 2010-05-27 19:16 Jeremy Fitzhardinge
  0 siblings, 0 replies; only message in thread
From: Jeremy Fitzhardinge @ 2010-05-27 19:16 UTC (permalink / raw)
  To: Xen-devel; +Cc: Ian Jackson, Vincent Hanquez, Stefano Stabellini

"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");

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

only message in thread, other threads:[~2010-05-27 19:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27 19:16 [PATCH] xl: fix pci-detach usage Jeremy Fitzhardinge

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.