aboutsummaryrefslogtreecommitdiff
path: root/src/alfusage.c
blob: c5e32aad2273aedcf1feb37b7d52e12e5b97db0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
const char *usage_msg[] = {
	"  -a: append to ALF file.",
	"  -A: 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).",
	"  -td: use default LZ.COM timestamps.",
	"  -tu: use UTC timestamps.",
	"  -tz: use zero timestamps.",
	"  -v: verbose (-vv: debug).",
	"  -V: show version number.",
	(const char*)0
};