From 62b09ba0b0942d36b4e238b242513157babccb44 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 13 Feb 2018 10:54:05 +0100 Subject: [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"