]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Fix help message of allocpages
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Fri, 26 Sep 2014 22:57:22 +0000 (18:57 -0400)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 29 Sep 2014 06:21:48 +0000 (08:21 +0200)
Fix info in the command definition of allocpages, which is currently
pointing info for 'capabilities'.

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
tools/virsh-host.c

index a857a3bc021b2fb5b622f2869165392406e329cc..4a3ff2846ddc2d2928029479892e0be9d36b8a7b 100644 (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",