From: Robert Pengelly Date: Sun, 1 Mar 2026 06:01:11 +0000 (+0000) Subject: Fixed help message X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=cfcde7ef44d988cddf2367e536e4b0310cff4015;p=unxz.git Fixed help message --- 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");