Re: [libvirt] [PATCH] virsh: fix incorrect help text mentioning non-existent network 'id'

2010-11-09 Thread Daniel Veillard
On Tue, Nov 09, 2010 at 01:50:21AM +1100, Justin Clift wrote: --- Pushed this under the trivial rule. There's no such thing as a network id, so the help text is plainly wrong. tools/virsh.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/virsh.c

[libvirt] [PATCH] virsh: fix incorrect help text mentioning non-existent network 'id'

2010-11-08 Thread Justin Clift
--- Pushed this under the trivial rule. There's no such thing as a network id, so the help text is plainly wrong. tools/virsh.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index e704799..2bbae9b 100644 --- a/tools/virsh.c +++