busybox/procps/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
359 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
menu "Process Utilities"
INSERT
config FEATURE_SHOW_THREADS
bool "Support thread display in ps/pstree/top"
default y
depends on PS || TOP || PSTREE
help
Enables the ps -T option, showing of threads in pstree,
and 'h' command in top.
endmenu