From bf90846909a374c1c2b63c4d13afeef3afe6b50b Mon Sep 17 00:00:00 2001 From: Li Yang Date: Wed, 20 Aug 2014 23:19:53 -0400 Subject: [PATCH] virsh: Fix help info for freepages Signed-off-by: Li Yang --- tools/virsh-host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} };