aboutsummaryrefslogtreecommitdiff
path: root/src/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-27 21:09:47 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-27 21:09:47 -0500
commit15b09c5ad590b6c8662c7d55319235b917eeb597 (patch)
tree81bd56d5bcecafb11aa740d247f6f402c0d4b7b4 /src/usage.c
parent0a1b08e58e1ef9a5d60295deb4bf158562718909 (diff)
downloadunalf-15b09c5ad590b6c8662c7d55319235b917eeb597.tar.gz
Fix usage messages.
Diffstat (limited to 'src/usage.c')
-rw-r--r--src/usage.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/usage.c b/src/usage.c
index f25e707..7615d2e 100644
--- a/src/usage.c
+++ b/src/usage.c
@@ -1,9 +1,10 @@
const char *usage_msg[] = {
" -a: convert EOLs and tabs in text files.",
- " -d output-dir: set output directory (created if needed).",
+ " -aa: convert EOLs and tabs in ALL files.",
+ " -d: set output directory (created if needed).",
" -e: extract files (redundant; this is the default action).",
" -f: fix (remove) junk at EOF.",
- " -h, --help: show this help message.",
+ " -h: show this help message.",
" -k: keep trailing periods (dots) in filenames.",
" -l: list files in archive (filenames only).",
" -L: use lowercase filenames.",
@@ -12,7 +13,7 @@ const char *usage_msg[] = {
" -q: quiet: don't print filenames during extraction/testing.",
" -t: test archive.",
" -v: verbose listing of archive contents.",
- " -V, --version: show version number.",
- " -x wildcard: exclude <wildcard>. may be given multiple times.",
+ " -V: show version number.",
+ " -x: exclude <wildcard>. may be given multiple times.",
(const char*)0
};