]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* src/virsh.c: fix help for dumpxml and net-dumpxml commands
authorDaniel Veillard <veillard@redhat.com>
Thu, 3 May 2007 16:03:02 +0000 (16:03 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 3 May 2007 16:03:02 +0000 (16:03 +0000)
  based on Chris Wright feedback
Daniel

ChangeLog
src/virsh.c

index f2dceca7cb0e205039d011a62e30400fa2b6fabd..9512256e8c10d77c7824a7ad5c13e562807028e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May  3 18:00:41 CEST 2007 Daiel Veillard <veillard@redhat.com>
+
+       * src/virsh.c: fix help for dumpxml and net-dumpxml commands
+         based on Chris Wright feedback
+
 Thu May  3 15:03:00 BST 2007 Richard Jones <rjones@redhat.com>
 
        * src/virterror.c, include/libvirt/virterror.h: Added
index b33981a8e023997fca1d1777a54154d2157dfbd5..2dfe195948b53c90e48d76aa436f7cd2f6083076 100644 (file)
@@ -1592,7 +1592,7 @@ cmdCapabilities (vshControl * ctl, vshCmd * cmd ATTRIBUTE_UNUSED)
  * "dumpxml" command
  */
 static vshCmdInfo info_dumpxml[] = {
-    {"syntax", "dumpxml <name>"},
+    {"syntax", "dumpxml <domain>"},
     {"help", gettext_noop("domain information in XML")},
     {"desc", gettext_noop("Output the domain information as an XML dump to stdout.")},
     {NULL, NULL}
@@ -1934,7 +1934,7 @@ cmdNetworkDestroy(vshControl * ctl, vshCmd * cmd)
  * "net-dumpxml" command
  */
 static vshCmdInfo info_network_dumpxml[] = {
-    {"syntax", "net-dumpxml <name>"},
+    {"syntax", "net-dumpxml <network>"},
     {"help", gettext_noop("network information in XML")},
     {"desc", gettext_noop("Output the network information as an XML dump to stdout.")},
     {NULL, NULL}