+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
* "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}
* "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}