The changes to cleanup.c now use the new case_N.h file.
[rsync/rsync-patches.git] / flags.diff
index 629c6bd..cdbb2ea 100644 (file)
@@ -181,7 +181,7 @@ Modified from a patch that was written by Rolf Grossmann:
    rprintf(F," -p, --perms                 preserve permissions\n");
 +  rprintf(F,"     --flags                 preserve file flags\n");
    rprintf(F," -E, --executability         preserve the file's executability\n");
-   rprintf(F,"     --chmod=CHMOD           change the permissions of transferred files\n");
+   rprintf(F,"     --chmod=CHMOD           affect file and/or directory permissions\n");
    rprintf(F," -o, --owner                 preserve owner (super-user only)\n");
 @@ -420,6 +427,8 @@ static struct poptOption long_options[] 
    {"perms",           'p', POPT_ARG_VAL,    &preserve_perms, 1, 0, 0 },
@@ -320,7 +320,7 @@ Modified from a patch that was written by Rolf Grossmann:
   -p, --perms                 preserve permissions
 +     --flags                 preserve file flags
   -E, --executability         preserve executability
-      --chmod=CHMOD           change the permissions of transferred files
+      --chmod=CHMOD           affect file and/or directory permissions
   -o, --owner                 preserve owner (super-user only)
 @@ -503,7 +504,9 @@ specified, in which case bf(-r) is not i