[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 0/1] backport libxl from xen-unstable to xen-4.0-testing
On Thu, 2010-07-08 at 14:48 +0100, Ian Jackson wrote: > Gianni Tedesco (3P) writes ("Re: [Xen-devel] [PATCH 0/1] backport libxl from > xen-unstable to xen-4.0-testing"): > > Oops, also: > > Yes, I think these fixes are good but you need to remove the "[-v]" > from the general help message too. > > Would you care to submit one revised patch ? > > Ian. Well spotted. Actually Keir went ahead and combined and committed the last two so here goes: diff -r 61d705d61f20 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Thu Jul 08 10:03:47 2010 +0100 +++ b/tools/libxl/xl_cmdimpl.c Thu Jul 08 15:15:10 2010 +0100 @@ -1214,7 +1214,7 @@ struct cmd_spec *cmd; if (!command || !strcmp(command, "help")) { - printf("Usage xl [-v] <subcommand> [args]\n\n"); + printf("Usage xl <subcommand> [args]\n\n"); printf("xl full list of subcommands:\n\n"); for (i = 0; i < cmdtable_len; i++) printf(" %-20s%s\n", _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |