From 3ac6e102da8c82d1710539ff5768dab0accd82ff Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 3 May 2007 16:03:02 +0000 Subject: [PATCH] * src/virsh.c: fix help for dumpxml and net-dumpxml commands based on Chris Wright feedback Daniel --- ChangeLog | 5 +++++ src/virsh.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f2dceca7cb..9512256e8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 3 18:00:41 CEST 2007 Daiel Veillard + + * 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 * src/virterror.c, include/libvirt/virterror.h: Added diff --git a/src/virsh.c b/src/virsh.c index b33981a8e0..2dfe195948 100644 --- a/src/virsh.c +++ b/src/virsh.c @@ -1592,7 +1592,7 @@ cmdCapabilities (vshControl * ctl, vshCmd * cmd ATTRIBUTE_UNUSED) * "dumpxml" command */ static vshCmdInfo info_dumpxml[] = { - {"syntax", "dumpxml "}, + {"syntax", "dumpxml "}, {"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 "}, + {"syntax", "net-dumpxml "}, {"help", gettext_noop("network information in XML")}, {"desc", gettext_noop("Output the network information as an XML dump to stdout.")}, {NULL, NULL}