Fix usage message.

This commit is contained in:
Wayne Davison
2006-12-26 05:56:38 +00:00
parent 7afa34fd27
commit f335eb1f83

2
tls.c
View File

@@ -120,7 +120,7 @@ int
main(int argc, char *argv[])
{
if (argc < 2) {
fprintf(stderr, "usage: " PROGRAM " DIR ...\n"
fprintf(stderr, "usage: " PROGRAM " FILE ...\n"
"Trivial file listing program for portably checking rsync\n");
return 1;
}