1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

* src/virsh.c: fix help for dumpxml and net-dumpxml commands

based on Chris Wright feedback
Daniel
This commit is contained in:
Daniel Veillard 2007-05-03 16:03:02 +00:00
parent 04231acb2b
commit 3ac6e102da
2 changed files with 7 additions and 2 deletions

View File

@ -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

View 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}