From e916c8ff0541a8e1319795521def1204bfbf4829 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 23 Sep 2008 16:15:56 +0200 Subject: [PATCH] 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: 080ac7785071c7f135711a39e57c71d9057d9bd7 b7c2db676635518c06add0dd570543ae83e21f2e. --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cp.c b/src/cp.c index 059f317..77d4702 100644 --- a/src/cp.c +++ b/src/cp.c @@ -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; -- 2.7.4