X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8f4ae68ca7f1114c76494c0a2d56badd72f2ac32..b6008dc6452b8173fde6e04ab327e34f74097026:/options.c diff --git a/options.c b/options.c index 44b7b038..6ed96c6a 100644 --- a/options.c +++ b/options.c @@ -303,7 +303,7 @@ void usage(enum logcode F) rprintf(F," -H, --hard-links preserve hard links\n"); rprintf(F," -p, --perms preserve permissions\n"); rprintf(F," -E, --executability preserve the file's executability\n"); - rprintf(F," --chmod=CHMOD change destination permissions\n"); + rprintf(F," --chmod=CHMOD change the permissions of transferred files\n"); rprintf(F," -o, --owner preserve owner (super-user only)\n"); rprintf(F," -g, --group preserve group\n"); rprintf(F," --devices preserve device files (super-user only)\n");