diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-04-27 06:02:14 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-04-27 06:02:14 +0000 |
commit | f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3 (patch) | |
tree | 3a0adfb6330858de103e96a5b42d3f76418502af /coreutils/Config.in | |
parent | c91ce5709998976d8b6614b3ac6201692d20eb94 (diff) | |
download | busybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.tar.gz busybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.tar.bz2 busybox-w32-f01b805d9142bad42ebd8d0b4f6770bf06fb2cc3.zip |
New applet, fold
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 7a4b9be4c..0d5eff3c9 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -165,6 +165,12 @@ if !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH | |||
165 | Please submit a patch to add help text for this item. | 165 | Please submit a patch to add help text for this item. |
166 | endif | 166 | endif |
167 | 167 | ||
168 | config CONFIG_FOLD | ||
169 | bool "fold" | ||
170 | default n | ||
171 | help | ||
172 | Wrap text to fit a specific width. | ||
173 | |||
168 | config CONFIG_HEAD | 174 | config CONFIG_HEAD |
169 | bool "head" | 175 | bool "head" |
170 | default n | 176 | default n |