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 9dac2afbc..57158c820 100644
--- a/cp.c
+++ b/cp.c
@@ -28,7 +28,7 @@
28#include <dirent.h> 28#include <dirent.h>
29 29
30static const char cp_usage[] = "cp [OPTION]... SOURCE DEST\n" 30static const char cp_usage[] = "cp [OPTION]... SOURCE DEST\n"
31 " or: cp [OPTION]... SOURCE... DIRECTORY\n" 31 " or: cp [OPTION]... SOURCE... DIRECTORY\n\n"
32 "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n" 32 "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n"
33 "\n" 33 "\n"
34 "\t-a\tsame as -dpR\n" 34 "\t-a\tsame as -dpR\n"