]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix usage message.
authorWayne Davison <wayned@samba.org>
Tue, 26 Dec 2006 05:56:38 +0000 (05:56 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 26 Dec 2006 05:56:38 +0000 (05:56 +0000)
tls.c

diff --git a/tls.c b/tls.c
index 4d1ab91e5f9a63551b4591ca2e1d9b6c4c7bdcc3..fab8adfe622d6768ba19b26be309f7b952ed7a7f 100644 (file)
--- 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;
        }