procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit
authorLauri Kasanen <curaga@operamail.com>
Wed, 8 Dec 2010 17:00:26 +0000 (19:00 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Mon, 13 Dec 2010 13:45:08 +0000 (14:45 +0100)
Signed-off-by: Lauri Kasanen <curaga@operamail.com>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
procps/Config.src

index 1ff6dfd30c9f0b1504a0278556168558fd84c952..338d75c34a98c1a05c089c936c11a6e8ca173c79 100644 (file)
@@ -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"