aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bbconfig.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /miscutils/bbconfig.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/bbconfig.c')
-rw-r--r--miscutils/bbconfig.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c
index faaacad18..045aca211 100644
--- a/miscutils/bbconfig.c
+++ b/miscutils/bbconfig.c
@@ -5,22 +5,22 @@
//config: bool "bbconfig (9.7 kb)"
//config: default n
//config: help
-//config: The bbconfig applet will print the config file with which
-//config: busybox was built.
+//config: The bbconfig applet will print the config file with which
+//config: busybox was built.
//config:
//config:config FEATURE_COMPRESS_BBCONFIG
//config: bool "Compress bbconfig data"
//config: default y
//config: depends on BBCONFIG
//config: help
-//config: Store bbconfig data in compressed form, uncompress them on-the-fly
-//config: before output.
+//config: Store bbconfig data in compressed form, uncompress them on-the-fly
+//config: before output.
//config:
-//config: If you have a really tiny busybox with few applets enabled (and
-//config: bunzip2 isn't one of them), the overhead of the decompressor might
-//config: be noticeable. Also, if you run executables directly from ROM
-//config: and have very little memory, this might not be a win. Otherwise,
-//config: you probably want this.
+//config: If you have a really tiny busybox with few applets enabled (and
+//config: bunzip2 isn't one of them), the overhead of the decompressor might
+//config: be noticeable. Also, if you run executables directly from ROM
+//config: and have very little memory, this might not be a win. Otherwise,
+//config: you probably want this.
//applet:IF_BBCONFIG(APPLET(bbconfig, BB_DIR_BIN, BB_SUID_DROP))