From 5e65c96705a80b6b0b14f8ea19e6a37563e19a6d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 31 Jan 2006 03:04:00 +0000 Subject: [PATCH] Moved --chmod in the help output. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 28f60c57..adaabd09 100644 --- a/options.c +++ b/options.c @@ -292,6 +292,7 @@ void usage(enum logcode F) rprintf(F," -H, --hard-links preserve hard links\n"); rprintf(F," -K, --keep-dirlinks treat symlinked dir on receiver as dir\n"); rprintf(F," -p, --perms preserve permissions\n"); + rprintf(F," --chmod=CHMOD change destination permissions\n"); rprintf(F," -E, --executability preserve the file's executability\n"); rprintf(F," -o, --owner preserve owner (super-user only)\n"); rprintf(F," -g, --group preserve group\n"); @@ -301,7 +302,6 @@ void usage(enum logcode F) rprintf(F," -t, --times preserve times\n"); rprintf(F," -O, --omit-dir-times omit directories when preserving times\n"); rprintf(F," --super receiver attempts super-user activities\n"); - rprintf(F," --chmod=CHMOD change destination permissions\n"); rprintf(F," -S, --sparse handle sparse files efficiently\n"); rprintf(F," -n, --dry-run show what would have been transferred\n"); rprintf(F," -W, --whole-file copy files whole (without rsync algorithm)\n"); -- 2.34.1