From: Denys Vlasenko Date: Tue, 18 Jul 2017 20:25:12 +0000 (+0200) Subject: ash: remove contradicting size info in config help X-Git-Tag: 1_28_0~360 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ecd8614063507a6be2bcf71938eb9bb34465b87;p=oweals%2Fbusybox.git ash: remove contradicting size info in config help Signed-off-by: Denys Vlasenko --- diff --git a/shell/ash.c b/shell/ash.c index 1e43b37a7..9d81f4ba8 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -20,8 +20,7 @@ //config: default y //config: depends on !NOMMU //config: help -//config: Tha 'ash' shell adds about 60k in the default configuration and is -//config: the most complete and most pedantically correct shell included with +//config: The most complete and most pedantically correct shell included with //config: busybox. This shell is actually a derivative of the Debian 'dash' //config: shell (by Herbert Xu), which was created by porting the 'ash' shell //config: (written by Kenneth Almquist) from NetBSD.