From cd439dce7c93dc7affc754ccc253ee8fd798e299 Mon Sep 17 00:00:00 2001 From: Tomoki Sekiyama Date: Fri, 26 Sep 2014 18:57:22 -0400 Subject: [PATCH] virsh: Fix help message of allocpages Fix info in the command definition of allocpages, which is currently pointing info for 'capabilities'. Signed-off-by: Tomoki Sekiyama --- tools/virsh-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-host.c b/tools/virsh-host.c index a857a3bc02..4a3ff2846d 100644 --- a/tools/virsh-host.c +++ b/tools/virsh-host.c @@ -1326,7 +1326,7 @@ const vshCmdDef hostAndHypervisorCmds[] = { {.name = "allocpages", .handler = cmdAllocpages, .opts = opts_allocpages, - .info = info_capabilities, + .info = info_allocpages, .flags = 0 }, {.name = "capabilities",