X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/612d3765227d9d43bd9ba93986f8d9e6ee7baa47..041d67b85db8f92b3f4564ff8d90ff7116afc411:/atimes.diff diff --git a/atimes.diff b/atimes.diff index 7fe98b2..b49ccc8 100644 --- a/atimes.diff +++ b/atimes.diff @@ -532,7 +532,7 @@ To use this patch, run these commands for a successful build: + +static void tls_usage(int ret) +{ -+ fprintf(stderr, "usage: " PROGRAM " [--atime | -u] DIR ...\n" ++ fprintf(stderr, "usage: " PROGRAM " [--atime | -u] FILE ...\n" + "Trivial file listing program for portably checking rsync\n"); + exit(ret); } @@ -541,7 +541,7 @@ To use this patch, run these commands for a successful build: 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; - }