
8 Oct
2011
8 Oct
'11
1:04 a.m.
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