diff options
-rw-r--r-- | procps/Config.src | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/procps/Config.src b/procps/Config.src index 1ff6dfd..338d75c 100644 --- a/procps/Config.src +++ b/procps/Config.src @@ -192,11 +192,12 @@ config FEATURE_TOPMEM Enable 's' in top (gives lots of memory info). config FEATURE_SHOW_THREADS - bool "Support for showing threads in ps/top" + bool "Support for showing threads in ps/pstree/top" default y - depends on PS || TOP + depends on PS || TOP || PSTREE help - Enables ps -T option and 'h' command in top + Enables the ps -T option, showing of threads in pstree, + and 'h' command in top. config UPTIME bool "uptime" |