aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:23:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:23:55 +0200
commitf9d656f7876e1acf029ff28294efbe1eeb1e25a4 (patch)
treec0f4a9e081f3fa1ae940c3d0585ff9d726dc1828 /shell
parent4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (diff)
downloadbusybox-f9d656f7876e1acf029ff28294efbe1eeb1e25a4.tar.gz
hush: remove contradicting size info in config help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index c03815e4a..4f1f81f31 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -104,7 +104,7 @@
//config: bool "hush (64 kb)"
//config: default y
//config: help
-//config: hush is a small shell (25k). It handles the normal flow control
+//config: hush is a small shell. It handles the normal flow control
//config: constructs such as if/then/elif/else/fi, for/in/do/done, while loops,
//config: case/esac. Redirections, here documents, $((arithmetic))
//config: and functions are supported.