diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-15 17:34:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-15 17:34:33 +0200 |
commit | c4ddf04b6898c218b08251d81d30c3a2d587b10c (patch) | |
tree | d970f9fb75a7fe827c0863218c3100ee856e782c | |
parent | 3d7ec48da0eda272e88f3a5391e72a8fcc1c33ac (diff) | |
download | busybox-w32-c4ddf04b6898c218b08251d81d30c3a2d587b10c.tar.gz busybox-w32-c4ddf04b6898c218b08251d81d30c3a2d587b10c.tar.bz2 busybox-w32-c4ddf04b6898c218b08251d81d30c3a2d587b10c.zip |
config: fix tab-damaged help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -388,11 +388,10 @@ config BUILD_LIBBUSYBOX | |||
388 | 388 | ||
389 | This feature allows every applet to be built as a really tiny | 389 | This feature allows every applet to be built as a really tiny |
390 | separate executable linked against the library: | 390 | separate executable linked against the library: |
391 | |||
392 | $ size 0_lib/l* | 391 | $ size 0_lib/l* |
393 | text data bss dec hex filename | 392 | text data bss dec hex filename |
394 | 939 212 28 1179 49b 0_lib/last | 393 | 939 212 28 1179 49b 0_lib/last |
395 | 939 212 28 1179 49b 0_lib/less | 394 | 939 212 28 1179 49b 0_lib/less |
396 | 919138 8328 1556 929022 e2cfe 0_lib/libbusybox.so.1.N.M | 395 | 919138 8328 1556 929022 e2cfe 0_lib/libbusybox.so.1.N.M |
397 | 396 | ||
398 | This is useful on NOMMU systems which are not capable | 397 | This is useful on NOMMU systems which are not capable |