From b6008dc6452b8173fde6e04ab327e34f74097026 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 8 Oct 2006 22:00:31 +0000 Subject: [PATCH] Clarify the short description of --chmod. --- options.c | 2 +- rsync.yo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); diff --git a/rsync.yo b/rsync.yo index 5e540ea1..49048081 100644 --- a/rsync.yo +++ b/rsync.yo @@ -321,7 +321,7 @@ to the detailed description below for a complete description. verb( -H, --hard-links preserve hard links -p, --perms preserve permissions -E, --executability preserve executability - --chmod=CHMOD change destination permissions + --chmod=CHMOD change the permissions of transferred files -o, --owner preserve owner (super-user only) -g, --group preserve group --devices preserve device files (super-user only) -- 2.34.1