From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: [PATCH] xl: fix pci-detach usage Date: Thu, 27 May 2010 12:16:11 -0700 Message-ID: <4BFEC4FB.6000502@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel Cc: Ian Jackson , Vincent Hanquez , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org "xl pci-detach -h" shows the usage for pci-attach Signed-off-by: Jeremy Fitzhardinge 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");