diff options
Diffstat (limited to 'src/alfusage.c')
| -rw-r--r-- | src/alfusage.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/alfusage.c b/src/alfusage.c index a3eb8f5..4040b32 100644 --- a/src/alfusage.c +++ b/src/alfusage.c @@ -1,6 +1,7 @@ const char *usage_msg[] = { - " -a: append to ALF file.", - " -A: convert EOLs and tabs in all input files.", + " -A: append to ALF file.", + " -a: convert EOLs and tabs in text files.", + " -aa: convert EOLs and tabs in all input files.", " -h: show this help message.", " -o: overwrite ALF file if it exists (don't create file~ backup).", " -q: quiet.", |
