aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
commit3e8669f3599c05797b907faac2d2a5fc8827902c (patch)
tree8a799cfbb3963a1da83b635df90638143b5bd078 /libbb
parent08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff)
downloadbusybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz
busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.bz2
busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.zip
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.in b/libbb/Config.in
index 5bf0d2ea2..f5b804ff8 100644
--- a/libbb/Config.in
+++ b/libbb/Config.in
@@ -62,7 +62,7 @@ config FEATURE_EDITING_VI
62 default n 62 default n
63 depends on FEATURE_EDITING 63 depends on FEATURE_EDITING
64 help 64 help
65 Enable vi-style line editing. In shells, this mode can be 65 Enable vi-style line editing. In shells, this mode can be
66 turned on and off with "set -o vi" and "set +o vi". 66 turned on and off with "set -o vi" and "set +o vi".
67 67
68config FEATURE_EDITING_HISTORY 68config FEATURE_EDITING_HISTORY