Fixed help message
authorRobert Pengelly <robertapengelly@hotmail.com>
Sun, 1 Mar 2026 06:01:11 +0000 (06:01 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sun, 1 Mar 2026 06:01:11 +0000 (06:01 +0000)
lib.c

diff --git a/lib.c b/lib.c
index 91822f35875de471b5ea9b3cabe55359f9623da0..d3484843cb866dbd15984354a1d510619338e717 100755 (executable)
--- 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");