From cfcde7ef44d988cddf2367e536e4b0310cff4015 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Sun, 1 Mar 2026 06:01:11 +0000 Subject: [PATCH] Fixed help message --- lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.c b/lib.c index 91822f3..d348484 100755 --- a/lib.c +++ b/lib.c @@ -57,7 +57,7 @@ static void print_help (void) { if (program_name) { - fprintf (stderr, "Usage: %s [opts] file... [-x xlist]\n\n", program_name); + fprintf (stderr, "Usage: %s [opts] file...\n\n", program_name); fprintf (stderr, "Options:\n\n"); fprintf (stderr, " --help Show this help information then exit.\n"); -- 2.34.1