[libvirt] [PATCH] virsh: Update the help information for undefine command.

tangchen tangchen at cn.fujitsu.com
Sat Oct 8 01:04:07 UTC 2011


Hi,

> Thanks.  This is a bit long, so I shortened it to:
> 
> diff --git a/tools/virsh.c b/tools/virsh.c
> index 3da8bc5..9532bc3 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -1897,8 +1897,9 @@ cmdDefine(vshControl *ctl, const vshCmd *cmd)
>   * "undefine" command
>   */
>  static const vshCmdInfo info_undefine[] = {
> -    {"help", N_("undefine an inactive domain")},
> -    {"desc", N_("Undefine the configuration for an inactive domain.")},
> +    {"help", N_("undefine a domain")},
> +    {"desc",
> +     N_("Undefine an inactive domain, or convert persistent to transient.")},
>      {NULL, NULL}
>  };
> 
> 
> I also added you to AUTHORS; let me know if I need to adjust that to match your preferred spelling.
That all right, thanks.:)
> 

-- 
Best Regards,
Tang chen




More information about the libvir-list mailing list