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>
This commit is contained in:
Denys Vlasenko
2017-07-21 09:50:55 +02:00
parent 75d151e31d
commit 72089cf6b4
353 changed files with 2629 additions and 2630 deletions

View File

@@ -73,7 +73,7 @@
//config: bool "lpd (5.3 kb)"
//config: default y
//config: help
//config: lpd is a print spooling daemon.
//config: lpd is a print spooling daemon.
//applet:IF_LPD(APPLET(lpd, BB_DIR_USR_SBIN, BB_SUID_DROP))

View File

@@ -15,13 +15,13 @@
//config: bool "lpr (10 kb)"
//config: default y
//config: help
//config: lpr sends files (or standard input) to a print spooling daemon.
//config: lpr sends files (or standard input) to a print spooling daemon.
//config:
//config:config LPQ
//config: bool "lpq (10 kb)"
//config: default y
//config: help
//config: lpq is a print spool queue examination and manipulation program.
//config: lpq is a print spool queue examination and manipulation program.
// APPLET_ODDNAME:name main location suid_type help
//applet:IF_LPQ(APPLET_ODDNAME(lpq, lpqr, BB_DIR_USR_BIN, BB_SUID_DROP, lpq))