diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-09 02:12:42 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-09 02:12:42 -0500 |
| commit | 2358d51d9c421901b220cc8c71e894d76b481de7 (patch) | |
| tree | 97dcfc6bef8fb0441ef295b07882b019eed013fc | |
| parent | d9d6139231719aeee09e8ef90d247784756a1aeb (diff) | |
| download | alftools-2358d51d9c421901b220cc8c71e894d76b481de7.tar.gz | |
alf: Tweak usage.
| -rw-r--r-- | src/alf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:"); |
