aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-15 17:34:33 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-15 17:34:33 +0200
commitc4ddf04b6898c218b08251d81d30c3a2d587b10c (patch)
treed970f9fb75a7fe827c0863218c3100ee856e782c /Config.in
parent3d7ec48da0eda272e88f3a5391e72a8fcc1c33ac (diff)
downloadbusybox-c4ddf04b6898c218b08251d81d30c3a2d587b10c.tar.gz
config: fix tab-damaged help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 82baed50a..892c1d79d 100644
--- a/Config.in
+++ b/Config.in
@@ -388,11 +388,10 @@ config BUILD_LIBBUSYBOX
This feature allows every applet to be built as a really tiny
separate executable linked against the library:
-
$ size 0_lib/l*
- text data bss dec hex filename
- 939 212 28 1179 49b 0_lib/last
- 939 212 28 1179 49b 0_lib/less
+ text data bss dec hex filename
+ 939 212 28 1179 49b 0_lib/last
+ 939 212 28 1179 49b 0_lib/less
919138 8328 1556 929022 e2cfe 0_lib/libbusybox.so.1.N.M
This is useful on NOMMU systems which are not capable