[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] xl: fix pci-detach usage message



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1275030707 -3600
# Node ID 5f6b780d09260c83a9a156bbd6c8abdefd5eb17c
# Parent  64133c49e8df2e9cc902c73bbe5b370f83a8f888
xl: fix pci-detach usage message

"xl pci-detach -h" shows the usage for pci-attach

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
---
 tools/libxl/xl_cmdimpl.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 64133c49e8df -r 5f6b780d0926 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c  Fri May 28 08:10:48 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c  Fri May 28 08:11:47 2010 +0100
@@ -1532,7 +1532,7 @@ int main_pcidetach(int argc, char **argv
     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");

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.