aboutsummaryrefslogtreecommitdiff
path: root/src/alfusage.c
blob: 98eb6f2bff228f502f72312d2e8c54d51231a9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 exists (do not create file~ backup).",
	"  -td: use default LZ.COM timestamps.",
	"  -tu: use UTC timestamps.",
	"  -tz: use zero timestamps.",
	"  -V: show version number.",
	(const char*)0
};