aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-09 02:12:42 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-09 02:12:42 -0500
commit2358d51d9c421901b220cc8c71e894d76b481de7 (patch)
tree97dcfc6bef8fb0441ef295b07882b019eed013fc
parentd9d6139231719aeee09e8ef90d247784756a1aeb (diff)
downloadalftools-2358d51d9c421901b220cc8c71e894d76b481de7.tar.gz
alf: Tweak usage.
-rw-r--r--src/alf.c2
1 files changed, 1 insertions, 1 deletions
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:");