X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/1ed0b5c9ae5edd0232d22a0d8acf05bb120b23af..22585581a3e5bd3d11b76d50932f2ebb5f66ca30:/flags.diff diff --git a/flags.diff b/flags.diff index 629c6bd..cdbb2ea 100644 --- a/flags.diff +++ b/flags.diff @@ -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