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) |
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 Please submit a patch to add help text for this item. endif +config CONFIG_FOLD + bool "fold" + default n + help + Wrap text to fit a specific width. + config CONFIG_HEAD bool "head" default n |