busybox/editors/Config.src
Denys Vlasenko 72089cf6b4 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>
2017-07-21 09:50:55 +02:00

19 lines
356 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
menu "Editors"
INSERT
config FEATURE_ALLOW_EXEC
bool "Allow vi and awk to execute shell commands"
default y
depends on VI || AWK
help
Enables vi and awk features which allow user to execute
shell commands (using system() C call).
endmenu