From 8f14d6dd1293e0f1e2d3f65b596f0fa6f162a383 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Nov 2025 01:36:46 -0500 Subject: Better text file detection for -aa; convert tabs with -a or -aa. --- src/usage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usage.c') diff --git a/src/usage.c b/src/usage.c index 554aa01..260a7c6 100644 --- a/src/usage.c +++ b/src/usage.c @@ -1,6 +1,5 @@ const char *usage_msg[] = { - " -a: convert EOLs in text files.", - " -aa: convert EOLs in ALL files.", + " -a: convert EOLs and tabs in text files.", " -d output-dir: set output directory (created if needed).", " -e: extract files (redundant; this is the default action).", " -h, --help: show this help message.", -- cgit v1.2.3