]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: Update the help information for undefine command.
authortangchen <tangchen@cn.fujitsu.com>
Fri, 7 Oct 2011 09:34:47 +0000 (17:34 +0800)
committerEric Blake <eblake@redhat.com>
Fri, 7 Oct 2011 15:55:30 +0000 (09:55 -0600)
virsh undefine command can now undefine an active guest, but the help information is still the old.
This patch modifies it and make it coincident to the manpage of virsh.

Signed-off-by: tangchen <tangchen@cn.fujitsu.com>
AUTHORS
tools/virsh.c

diff --git a/AUTHORS b/AUTHORS
index 71bb95c3e1d3a5a0ea5c49b718769555d66a8e33..894a788e94da900f10556b13904fd2dc3e6c93db 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -195,6 +195,7 @@ Patches have also been contributed by:
   Xu He Jie            <xuhj@linux.vnet.ibm.com>
   Lei Li               <lilei@linux.vnet.ibm.com>
   Matthias Witte       <witte@netzquadrat.de>
+  Tang Chen            <tangchen@cn.fujitsu.com>
 
   [....send patches to get your name here....]
 
index 3da8bc5288ddbb5ce521fcca30f5c3ca2ff208d7..9532bc303a03149388ade5c36f33ba14818eb60e 100644 (file)
@@ -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}
 };