diff options
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 7a4b9be..0d5eff3 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 |