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 <tomoki.sekiyama@hds.com>
This commit is contained in:
Tomoki Sekiyama 2014-09-26 18:57:22 -04:00 committed by Martin Kletzander
parent 9e159b521d
commit cd439dce7c

View File

@ -1326,7 +1326,7 @@ const vshCmdDef hostAndHypervisorCmds[] = {
{.name = "allocpages",
.handler = cmdAllocpages,
.opts = opts_allocpages,
.info = info_capabilities,
.info = info_allocpages,
.flags = 0
},
{.name = "capabilities",