aboutsummaryrefslogtreecommitdiff
path: root/src/alfusage.c
blob: 4040b32efebbd08b8de4ca48de5fcd442e7a16d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const char *usage_msg[] = {
	"  -A: append to ALF file.",
	"  -a: convert EOLs and tabs in text files.",
	"  -aa: convert EOLs and tabs in all input files.",
	"  -h: show this help message.",
	"  -o: overwrite ALF file if it exists (don't create file~ backup).",
	"  -q: quiet.",
	"  -td: use default LZ.COM timestamps.",
	"  -tu: use UTC timestamps.",
	"  -tz: use zero timestamps.",
	"  -v: verbose (-vv: debug).",
	"  -V: show version number.",
	"  --: end of options (next arg is alf-file).",
	(const char*)0
};