diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c index 83460190a..4af73c274 100644 --- a/coreutils/cp.c +++ b/coreutils/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 | ||