aboutsummaryrefslogtreecommitdiff
path: root/src/usage.c
blob: f03a373f3d6013c5ce936e3f114b898d746e4af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.",
	"  -F: force uncompressing in case of invalid compressed size.",
	"  -h: show this help message.",
	"  -k: keep trailing periods (dots) in filenames.",
	"  -l: list files in archive (filenames only).",
	"  -L: use lowercase filenames.",
	"  -n: extract only file #<number> (counting from 1).",
	"  -o: overwrite files (do not create file~ backups).",
	"  -p: extract to stdout (enables -q).",
	"  -q: quiet: don't print filenames during extraction/testing.",
	"  -s: split ALF file into multiple ALFs.",
	"  -t: test archive.",
	"  -v: verbose listing of archive contents.",
	"  -V: show version number.",
	"  -x: exclude <wildcard>. may be given multiple times.",
	(const char*)0
};