1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 17:56:54 +02:00

(cp invocation): Reflect 2001-07-08 change to cp (via copy.c).

This commit is contained in:
Jim Meyering
2001-07-14 13:09:33 +00:00
parent e519cc9571
commit a129fd7d2f

View File

@@ -5474,7 +5474,7 @@ Always follow symbolic links.
Preserve the original files' owner, group, permissions, and timestamps.
In the absence of this option, each destination file is created with the
permissions of the corresponding source file, minus the bits set in the
umask. @xref{File permissions}.
umask and minus the set-user-id and set-group-id bits. @xref{File permissions}.
@item -P
@itemx --parents