aboutsummaryrefslogtreecommitdiff
path: root/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cp.c')
-rw-r--r--cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cp.c b/cp.c
index 83460190a..4af73c274 100644
--- a/cp.c
+++ b/cp.c
@@ -33,7 +33,7 @@ static const char cp_usage[] = "cp [OPTION]... SOURCE DEST\n"
33 "\n" 33 "\n"
34 "\t-a\tsame as -dpR\n" 34 "\t-a\tsame as -dpR\n"
35 "\t-d\tpreserve links\n" 35 "\t-d\tpreserve links\n"
36 "\t-p\tpreserve file attributes if possable\n" 36 "\t-p\tpreserve file attributes if possible\n"
37 "\t-R\tcopy directories recursively\n"; 37 "\t-R\tcopy directories recursively\n";
38 38
39 39