From: Wayne Davison Date: Tue, 26 Dec 2006 05:56:38 +0000 (+0000) Subject: Fix usage message. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f335eb1f83fa27de73e05b16c6ced424f419dec3 Fix usage message. --- diff --git a/tls.c b/tls.c index 4d1ab91e..fab8adfe 100644 --- a/tls.c +++ b/tls.c @@ -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; }