Moved --chmod in the help output.
authorWayne Davison <wayned@samba.org>
Tue, 31 Jan 2006 03:04:00 +0000 (03:04 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 31 Jan 2006 03:04:00 +0000 (03:04 +0000)
options.c

index 28f60c5..adaabd0 100644 (file)
--- 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");