hush: remove contradicting size info in config help
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 18 Jul 2017 20:23:55 +0000 (22:23 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 18 Jul 2017 20:23:55 +0000 (22:23 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index c03815e4ac897b274d8d4ce80e5ba554f5e0dec2..4f1f81f31249b8569704439c32db703a3a931d8b 100644 (file)
 //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.