From 766a18c686fe200b9ea625014b78ec29a0dc43a0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 25 Dec 2025 02:09:19 -0500 Subject: alf: swap -A and -a, add -aa (to match unalf). --- src/alfusage.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/alfusage.c') 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.", -- cgit v1.2.3