aboutsummaryrefslogtreecommitdiff
path: root/src/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-14 19:31:03 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-14 19:31:03 -0500
commit269ce9c533b146b68371505a2c651043074e1c6b (patch)
treebd33f1538cf2d1b00f7f14a470ed75b361d1c886 /src/usage.c
parentc90c5405e83ab7e6ee8c5a264977052c3fa72840 (diff)
downloadunalf-269ce9c533b146b68371505a2c651043074e1c6b.tar.gz
Add -h/--help option.
Diffstat (limited to 'src/usage.c')
-rw-r--r--src/usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usage.c b/src/usage.c
index d3d1e25..6d0e617 100644
--- a/src/usage.c
+++ b/src/usage.c
@@ -3,6 +3,7 @@ const char *usage_msg[] = {
" -aa: convert EOLs in ALL 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.",
" -k: keep trailing periods (dots) in filenames.",
" -l: list files in archive (filenames only).",
" -L: use lowercase filenames.",