aboutsummaryrefslogtreecommitdiff
path: root/src/alfusage.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/alfusage.c
parent0a1b08e58e1ef9a5d60295deb4bf158562718909 (diff)
downloadunalf-15b09c5ad590b6c8662c7d55319235b917eeb597.tar.gz
Fix usage messages.
Diffstat (limited to 'src/alfusage.c')
-rw-r--r--src/alfusage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alfusage.c b/src/alfusage.c
index eae4daf..98eb6f2 100644
--- a/src/alfusage.c
+++ b/src/alfusage.c
@@ -1,11 +1,11 @@
const char *usage_msg[] = {
" -a: append to alf file.",
" -A: convert EOLs and tabs in all input files.",
- " -h, --help: show this help message.",
+ " -h: show this help message.",
" -o: overwrite alf file if exists (do not create file~ backup).",
" -td: use default LZ.COM timestamps.",
" -tu: use UTC timestamps.",
" -tz: use zero timestamps.",
- " -V, --version: show version number.",
+ " -V: show version number.",
(const char*)0
};