Another help-text tweak.
authorWayne Davison <wayned@samba.org>
Tue, 31 Jan 2006 03:11:07 +0000 (03:11 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 31 Jan 2006 03:11:07 +0000 (03:11 +0000)
options.c

index adaabd0..41c6396 100644 (file)
--- a/options.c
+++ b/options.c
@@ -292,8 +292,8 @@ 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,"     --chmod=CHMOD           change destination permissions\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");