diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-18 01:36:46 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-18 01:36:46 -0500 |
| commit | 8f14d6dd1293e0f1e2d3f65b596f0fa6f162a383 (patch) | |
| tree | 2aea8ca7b98f02da42a4013fefce74e433f4f3a7 /src/usage.c | |
| parent | 409ec782e1a74cbd86b6e51b49c0785021be0fdc (diff) | |
| download | unalf-8f14d6dd1293e0f1e2d3f65b596f0fa6f162a383.tar.gz | |
Better text file detection for -aa; convert tabs with -a or -aa.
Diffstat (limited to 'src/usage.c')
| -rw-r--r-- | src/usage.c | 3 |
1 files changed, 1 insertions, 2 deletions
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.", |
