[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 02/15] xl: fix a typo in main_vcpulist()
On Thu, 2013-10-10 at 11:29 +0100, Ian Campbell wrote: > On Thu, 2013-10-03 at 19:45 +0200, Dario Faggioli wrote: > > which was preventing `xl vcpu-list -h' to work. > > Preventing as in it didn't work? Or did you mean "causing it to print > the wrong command name"? > > > Signed-off-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx> > > Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> and applied regardless of the above. > > > --- > > tools/libxl/xl_cmdimpl.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c > > index 642b130..1fe6caa 100644 > > --- a/tools/libxl/xl_cmdimpl.c > > +++ b/tools/libxl/xl_cmdimpl.c > > @@ -4465,7 +4465,7 @@ int main_vcpulist(int argc, char **argv) > > { > > int opt; > > > > - SWITCH_FOREACH_OPT(opt, "", NULL, "cpu-list", 0) { > > + SWITCH_FOREACH_OPT(opt, "", NULL, "vcpu-list", 0) { > > /* No options */ > > } > > > > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |