[libvirt] [PATCH] virsh: Fix help info for freepages

Michal Privoznik mprivozn at redhat.com
Fri Aug 22 10:30:09 UTC 2014


On 21.08.2014 05:19, Li Yang wrote:
> Signed-off-by: Li Yang <liyang.fnst at cn.fujitsu.com>
> ---
>   tools/virsh-host.c |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/virsh-host.c b/tools/virsh-host.c
> index ae14311..ad821b3 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}
>   };
>

ACKed & pushed.

Michal




More information about the libvir-list mailing list