aboutsummaryrefslogtreecommitdiff
path: root/src/alfusage.c
blob: eae4daf49de348dfc2d723dc37ab20f11f6dfb31 (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, --help: 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, --version: show version number.",
	(const char*)0
};