aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/procps/Config.in b/procps/Config.in
index 52bfd3f43..2183fab9a 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -46,14 +46,14 @@ config CONFIG_PIDOF
46 those id's on the standard output. 46 those id's on the standard output.
47 47
48config CONFIG_FEATURE_PIDOF_SINGLE 48config CONFIG_FEATURE_PIDOF_SINGLE
49 bool " Enable argument for single shot (-s)" 49 bool "Enable argument for single shot (-s)"
50 default n 50 default n
51 depends on CONFIG_PIDOF 51 depends on CONFIG_PIDOF
52 help 52 help
53 Support argument '-s' for returning only the first pid found. 53 Support argument '-s' for returning only the first pid found.
54 54
55config CONFIG_FEATURE_PIDOF_OMIT 55config CONFIG_FEATURE_PIDOF_OMIT
56 bool " Enable argument for omitting pids (-o)" 56 bool "Enable argument for omitting pids (-o)"
57 default n 57 default n
58 depends on CONFIG_PIDOF 58 depends on CONFIG_PIDOF
59 help 59 help
@@ -68,7 +68,7 @@ config CONFIG_PS
68 ps gives a snapshot of the current processes. 68 ps gives a snapshot of the current processes.
69 69
70config CONFIG_FEATURE_PS_WIDE 70config CONFIG_FEATURE_PS_WIDE
71 bool " Enable argument for wide output (-w)" 71 bool "Enable argument for wide output (-w)"
72 default n 72 default n
73 depends on CONFIG_PS 73 depends on CONFIG_PS
74 help 74 help
@@ -97,7 +97,7 @@ config CONFIG_TOP
97 system. 97 system.
98 98
99config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE 99config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
100 bool " Support showing CPU usage percentage (add 2k bytes)" 100 bool "Support showing CPU usage percentage (add 2k bytes)"
101 default y 101 default y
102 depends on CONFIG_TOP 102 depends on CONFIG_TOP
103 help 103 help