mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 10:27:13 -04:00
Another tweak to the --chmod summary.
This commit is contained in:
@@ -303,7 +303,7 @@ void usage(enum logcode F)
|
||||
rprintf(F," -H, --hard-links preserve hard links\n");
|
||||
rprintf(F," -p, --perms preserve permissions\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");
|
||||
rprintf(F," -g, --group preserve group\n");
|
||||
rprintf(F," --devices preserve device files (super-user only)\n");
|
||||
|
||||
2
rsync.yo
2
rsync.yo
@@ -321,7 +321,7 @@ to the detailed description below for a complete description. verb(
|
||||
-H, --hard-links preserve hard links
|
||||
-p, --perms preserve permissions
|
||||
-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)
|
||||
-g, --group preserve group
|
||||
--devices preserve device files (super-user only)
|
||||
|
||||
Reference in New Issue
Block a user