aboutsummaryrefslogtreecommitdiff
path: root/cp_mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'cp_mv.c')
-rw-r--r--cp_mv.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/cp_mv.c b/cp_mv.c
index 72ba537c5..4c3c7a32c 100644
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -47,28 +47,6 @@
47#define is_mv 1 47#define is_mv 1
48static int dz_i; /* index into cp_mv_usage */ 48static int dz_i; /* index into cp_mv_usage */
49 49
50const char cp_usage[] =
51 "cp [OPTION]... SOURCE DEST\n"
52 " or: cp [OPTION]... SOURCE... DIRECTORY\n"
53#ifndef BB_FEATURE_TRIVIAL_HELP
54 "\nCopies SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n"
55 "\n"
56 "\t-a\tSame as -dpR\n"
57 "\t-d\tPreserves links\n"
58 "\t-p\tPreserves file attributes if possible\n"
59 "\t-f\tforce (implied; ignored) - always set\n"
60 "\t-R\tCopies directories recursively\n"
61#endif
62 ;
63
64const char mv_usage[] =
65 "mv SOURCE DEST\n"
66 " or: mv SOURCE... DIRECTORY\n"
67#ifndef BB_FEATURE_TRIVIAL_HELP
68 "\nRename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n"
69#endif
70 ;
71
72static const char *cp_mv_usage[] = /* .rodata */ 50static const char *cp_mv_usage[] = /* .rodata */
73{ 51{
74 cp_usage, 52 cp_usage,