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:
@@ -10,8 +10,8 @@
|
||||
//config: bool "chroot (3.7 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: chroot is used to change the root directory and run a command.
|
||||
//config: The default command is `/bin/sh'.
|
||||
//config: chroot is used to change the root directory and run a command.
|
||||
//config: The default command is `/bin/sh'.
|
||||
|
||||
//applet:IF_CHROOT(APPLET(chroot, BB_DIR_USR_SBIN, BB_SUID_DROP))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user