Re: [libvirt] [PATCH 2/4] virsh.c: add missing (yet empty) "desc" strings

2008-12-08 Thread Daniel Veillard
On Fri, Dec 05, 2008 at 07:24:53PM +0100, Jim Meyering wrote: > > * src/virsh.c: Now, every command must have a "desc" string, > even if it has zero length. Mark these, so they'll be filled in. sure, +1 Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [EMA

[libvirt] [PATCH 2/4] virsh.c: add missing (yet empty) "desc" strings

2008-12-05 Thread Jim Meyering
* src/virsh.c: Now, every command must have a "desc" string, even if it has zero length. Mark these, so they'll be filled in. --- src/virsh.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/virsh.c b/src/virsh.c index 96a7132..d96a7d4 100644 --- a/src/v