summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index 059f31735..77d47027d 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;