diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-25 02:09:19 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-25 02:09:19 -0500 |
| commit | 766a18c686fe200b9ea625014b78ec29a0dc43a0 (patch) | |
| tree | b556f1ab760bf01df3da2dd9c4951624bea6cc0c /src/alfusage.c | |
| parent | 8017162545171522e1c5e0d8f77634785b2e875f (diff) | |
| download | alftools-766a18c686fe200b9ea625014b78ec29a0dc43a0.tar.gz | |
alf: swap -A and -a, add -aa (to match unalf).
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.", |
