From 269ce9c533b146b68371505a2c651043074e1c6b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 14 Nov 2025 19:31:03 -0500 Subject: Add -h/--help option. --- src/usage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usage.c') 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.", -- cgit v1.2.3