From 2493f8916ae523590065cfe9890f1110435e8f8d Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Thu, 7 Mar 2024 18:39:45 -0500 Subject: [PATCH] Update usage Tell users they should specify the name for an image. --- guestfs-inspectd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestfs-inspectd.c b/guestfs-inspectd.c index 638591e..601bbc2 100644 --- a/guestfs-inspectd.c +++ b/guestfs-inspectd.c @@ -143,7 +143,7 @@ static void *worker_task(zsock_t *pipe, char *disk_path) { int main(int argc, char **argv) { if (argc < 2) { - printf("Usage: %s ...\n", argv[0]); + printf("Usage: %s : ...\n", argv[0]); return EXIT_FAILURE; }