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 11c76825c..34c12922d 100644
--- a/cp.c
+++ b/cp.c
@@ -25,7 +25,7 @@
25#include <utime.h> 25#include <utime.h>
26#include <dirent.h> 26#include <dirent.h>
27 27
28const char cp_usage[] = "cp [OPTION]... SOURCE DEST\n" 28static const char cp_usage[] = "cp [OPTION]... SOURCE DEST\n"
29 " or: cp [OPTION]... SOURCE... DIRECTORY\n" 29 " or: cp [OPTION]... SOURCE... DIRECTORY\n"
30 "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n" 30 "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n"
31 "\n" 31 "\n"