From 54a3ea3ab405faf8c3a81e88db21909e8bdfdef3 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Thu, 3 Oct 2013 19:45:47 +0200 Subject: xl: fix a typo in main_vcpulist() which was preventing `xl vcpu-list -h' to work. Signed-off-by: Dario Faggioli Acked-by: Ian Campbell --- tools/libxl/xl_cmdimpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/libxl') diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index cb0bf7280b..14bb385f1a 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -4501,7 +4501,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 */ } -- cgit v1.2.3