diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index cacfb9661..64a9421c7 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -78,6 +78,14 @@ config CP | |||
78 | help | 78 | help |
79 | cp is used to copy files and directories. | 79 | cp is used to copy files and directories. |
80 | 80 | ||
81 | config FEATURE_CP_LONG_OPTIONS | ||
82 | bool "Enable long options for cp" | ||
83 | default n | ||
84 | depends on CP | ||
85 | help | ||
86 | Enable long options for cp. | ||
87 | Also add support for --parents option. | ||
88 | |||
81 | config CUT | 89 | config CUT |
82 | bool "cut" | 90 | bool "cut" |
83 | default n | 91 | default n |
@@ -113,7 +121,7 @@ config FEATURE_DD_SIGNAL_HANDLING | |||
113 | default y | 121 | default y |
114 | depends on DD | 122 | depends on DD |
115 | help | 123 | help |
116 | sending a SIGUSR1 signal to a running `dd' process makes it | 124 | Sending a SIGUSR1 signal to a running `dd' process makes it |
117 | print to standard error the number of records read and written | 125 | print to standard error the number of records read and written |
118 | so far, then to resume copying. | 126 | so far, then to resume copying. |
119 | 127 | ||