aboutsummaryrefslogtreecommitdiff
path: root/src/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-28 00:38:24 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-28 00:38:24 -0500
commit772312762986a7ec36262069a28ad3d4dde30559 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/usage.c
parentcedd4bada6e88daa0c527380e6dc22f52685f197 (diff)
downloadunalf-772312762986a7ec36262069a28ad3d4dde30559.tar.gz
Project has been renamed, use https://slackware.uk/~urchlay/repos/alftools
Diffstat (limited to 'src/usage.c')
-rw-r--r--src/usage.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/usage.c b/src/usage.c
deleted file mode 100644
index 7615d2e..0000000
--- a/src/usage.c
+++ /dev/null
@@ -1,19 +0,0 @@
-const char *usage_msg[] = {
- " -a: convert EOLs and tabs in text files.",
- " -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: show this help message.",
- " -k: keep trailing periods (dots) in filenames.",
- " -l: list files in archive (filenames only).",
- " -L: use lowercase filenames.",
- " -o: overwrite files (do not create file~ backups).",
- " -p: extract to stdout (enables -q).",
- " -q: quiet: don't print filenames during extraction/testing.",
- " -t: test archive.",
- " -v: verbose listing of archive contents.",
- " -V: show version number.",
- " -x: exclude <wildcard>. may be given multiple times.",
- (const char*)0
-};