From: Tomoki Sekiyama Date: Fri, 26 Sep 2014 22:57:22 +0000 (-0400) Subject: virsh: Fix help message of allocpages X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cd439dce7c93dc7affc754ccc253ee8fd798e299;p=libvirt.git 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 --- 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",