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-29 08:21:48 +02:00
committed by Martin Kletzander
parent 9e159b521d
commit cd439dce7c
+1 -1
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",