diff options
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/procps/Config.in b/procps/Config.in index cd46a3448..fba9e4074 100644 --- a/procps/Config.in +++ b/procps/Config.in | |||
@@ -109,11 +109,11 @@ config FEATURE_TOP_CPU_USAGE_PERCENTAGE | |||
109 | Make top display CPU usage for each process. | 109 | Make top display CPU usage for each process. |
110 | 110 | ||
111 | config FEATURE_TOP_CPU_GLOBAL_PERCENTS | 111 | config FEATURE_TOP_CPU_GLOBAL_PERCENTS |
112 | bool "Show CPU global usage percentage (adds 1k byte)" | 112 | bool "Show CPU global usage percentage (adds 0.5k byte)" |
113 | default y | 113 | default y |
114 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE | 114 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE |
115 | help | 115 | help |
116 | Makes top display "CPU: n.n% us n.n% sy n.n% ni..." line. | 116 | Makes top display "CPU: NN% usr NN% sys..." line. |
117 | 117 | ||
118 | config UPTIME | 118 | config UPTIME |
119 | bool "uptime" | 119 | bool "uptime" |