mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
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:
parent
9e159b521d
commit
cd439dce7c
@ -1326,7 +1326,7 @@ const vshCmdDef hostAndHypervisorCmds[] = {
|
||||
{.name = "allocpages",
|
||||
.handler = cmdAllocpages,
|
||||
.opts = opts_allocpages,
|
||||
.info = info_capabilities,
|
||||
.info = info_allocpages,
|
||||
.flags = 0
|
||||
},
|
||||
{.name = "capabilities",
|
||||
|
Loading…
Reference in New Issue
Block a user