From: Li Yang Date: Thu, 21 Aug 2014 03:19:53 +0000 (-0400) Subject: virsh: Fix help info for freepages X-Git-Tag: v1.2.8-rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf90846909a374c1c2b63c4d13afeef3afe6b50b;p=thirdparty%2Flibvirt.git virsh: Fix help info for freepages Signed-off-by: Li Yang --- diff --git a/tools/virsh-host.c b/tools/virsh-host.c index ae14311fc1..ad821b3ac1 100644 --- a/tools/virsh-host.c +++ b/tools/virsh-host.c @@ -263,10 +263,10 @@ cmdFreecell(vshControl *ctl, const vshCmd *cmd) */ static const vshCmdInfo info_freepages[] = { {.name = "help", - .data = N_("NUMA free memory") + .data = N_("NUMA free pages") }, {.name = "desc", - .data = N_("display available free memory for the NUMA cell.") + .data = N_("display available free pages for the NUMA cell.") }, {.name = NULL} };