Pino Toscano
2018-Feb-13 09:55 UTC
[Libguestfs] [PATCH] inspector: fix help text (RHBZ#1544674)
--- inspector/inspector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inspector/inspector.c b/inspector/inspector.c index 3583c61df..d608b1b63 100644 --- a/inspector/inspector.c +++ b/inspector/inspector.c @@ -79,8 +79,8 @@ usage (int status) printf (_("%s: display information about a virtual machine\n" "Copyright (C) 2010 Red Hat Inc.\n" "Usage:\n" - " %s [--options] -d domname file [file ...]\n" - " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" + " %s [--options] -d domname\n" + " %s [--options] -a disk.img [-a disk.img ...]\n" "Options:\n" " -a|--add image Add image\n" " -c|--connect uri Specify libvirt URI for -d option\n" -- 2.14.3
Richard W.M. Jones
2018-Feb-13 10:29 UTC
Re: [Libguestfs] [PATCH] inspector: fix help text (RHBZ#1544674)
On Tue, Feb 13, 2018 at 10:55:40AM +0100, Pino Toscano wrote:> --- > inspector/inspector.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/inspector/inspector.c b/inspector/inspector.c > index 3583c61df..d608b1b63 100644 > --- a/inspector/inspector.c > +++ b/inspector/inspector.c > @@ -79,8 +79,8 @@ usage (int status) > printf (_("%s: display information about a virtual machine\n" > "Copyright (C) 2010 Red Hat Inc.\n" > "Usage:\n" > - " %s [--options] -d domname file [file ...]\n" > - " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" > + " %s [--options] -d domname\n" > + " %s [--options] -a disk.img [-a disk.img ...]\n" > "Options:\n" > " -a|--add image Add image\n" > " -c|--connect uri Specify libvirt URI for -d option\n"ACK. Faster than me :-) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
Maybe Matching Threads
- [PATCH] inspector: Fix virt-inspector on *BSD guests (RHBZ#1144138).
- Re: [PATCH] inspector: Fix virt-inspector on *BSD guests (RHBZ#1144138).
- [PATCH] inspector: Document that -a option can take a URI for remote storage (RHBZ#1156301).
- Re: [PATCH] inspector: Fix virt-inspector on *BSD guests (RHBZ#1144138).
- Re: [PATCH] inspector: Fix virt-inspector on *BSD guests (RHBZ#1144138).