diff options
| -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:"); |
