From 2358d51d9c421901b220cc8c71e894d76b481de7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Dec 2025 02:12:42 -0500 Subject: alf: Tweak usage. --- src/alf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alf.c b/src/alf.c index 4283d33..8af01c3 100644 --- a/src/alf.c +++ b/src/alf.c @@ -267,7 +267,7 @@ void usage(void) { char **line; puts("alf (ALF compressor) v" VERSION " by B. Watson, WTFPL."); - printf("Usage: %s [-a|-o] archive.alf file[=NAME] [file[=NAME] ...]\n", self); + printf("Usage: %s -[options] archive.alf file[=NAME] [file[=NAME] ...]\n", self); puts("Use file=NAME to set the filenames in the ALF archive."); puts("Options:"); -- cgit v1.2.3