1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

cp.c: adjust a comment to make it consistent with documentation

'-a' is equivalent to -dpR, so s/-dpPR/-dpR/;  the -P is redundant,
since -d already implies -P, and both --help and "info cp" say -dpR:
Corresponding doc changes: 080ac77850
b7c2db6766.
This commit is contained in:
Jim Meyering
2008-09-23 16:15:56 +02:00
parent beaee48f26
commit e916c8ff05
+1 -1
View File
@@ -920,7 +920,7 @@ main (int argc, char **argv)
sparse_type_string, sparse_type);
break;
case 'a': /* Like -dpPR. */
case 'a': /* Like -dpR. */
x.dereference = DEREF_NEVER;
x.preserve_links = true;
x.preserve_ownership = true;