[libvirt] [PATCH] Fix a copy&paste error for virsh dump help

Osier Yang jyang at redhat.com
Fri Mar 15 08:00:37 UTC 2013


On 2013年03月15日 15:40, Yanbing Du wrote:
> Signed-off-by: Yanbing Du<ydu at redhat.com>
> ---
>   tools/virsh-domain.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
> index ab90f58..aa45e72 100644
> --- a/tools/virsh-domain.c
> +++ b/tools/virsh-domain.c
> @@ -4358,7 +4358,7 @@ static const vshCmdOptDef opts_dump[] = {
>       {.name = "bypass-cache",
>        .type = VSH_OT_BOOL,
>        .flags = 0,
> -     .help = N_("avoid file system cache when saving")
> +     .help = N_("avoid file system cache when dumping")
>       },
>       {.name = "reset",
>        .type = VSH_OT_BOOL,

ACK and pushed.




More information about the libvir-list mailing list