[git commit] hush: remove contradicting size info in config help

Denys Vlasenko vda.linux at googlemail.com
Tue Jul 18 20:23:55 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=f9d656f7876e1acf029ff28294efbe1eeb1e25a4
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/hush.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/hush.c b/shell/hush.c
index c03815e..4f1f81f 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.


More information about the busybox-cvs mailing list