[Libguestfs] [PATCH] inspector: fix help text (RHBZ#1544674)

Pino Toscano ptoscano at redhat.com
Tue Feb 13 09:55:40 UTC 2018


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




More information about the Libguestfs mailing list