Commit f335eb1f authored by Wayne Davison's avatar Wayne Davison

Fix usage message.

parent 7afa34fd
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment