aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:25:12 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:25:12 +0200
commit8ecd8614063507a6be2bcf71938eb9bb34465b87 (patch)
tree1bab75214c76287b10e0822d951ff695b55ec890
parentf9d656f7876e1acf029ff28294efbe1eeb1e25a4 (diff)
downloadbusybox-w32-8ecd8614063507a6be2bcf71938eb9bb34465b87.tar.gz
busybox-w32-8ecd8614063507a6be2bcf71938eb9bb34465b87.tar.bz2
busybox-w32-8ecd8614063507a6be2bcf71938eb9bb34465b87.zip
ash: remove contradicting size info in config help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/ash.c3
1 files changed, 1 insertions, 2 deletions
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 @@
20//config: default y 20//config: default y
21//config: depends on !NOMMU 21//config: depends on !NOMMU
22//config: help 22//config: help
23//config: Tha 'ash' shell adds about 60k in the default configuration and is 23//config: The most complete and most pedantically correct shell included with
24//config: the most complete and most pedantically correct shell included with
25//config: busybox. This shell is actually a derivative of the Debian 'dash' 24//config: busybox. This shell is actually a derivative of the Debian 'dash'
26//config: shell (by Herbert Xu), which was created by porting the 'ash' shell 25//config: shell (by Herbert Xu), which was created by porting the 'ash' shell
27//config: (written by Kenneth Almquist) from NetBSD. 26//config: (written by Kenneth Almquist) from NetBSD.