diff options
Diffstat (limited to 'cp.c')
-rw-r--r-- | cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||