mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-08 13:40:53 +00:00
Merge pull request #146 from HarHarLinks/patch-1
Fix help (sort by cpu)
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ pub const CPU_HELP_TEXT: [&str; 4] = [
|
||||
pub const PROCESS_HELP_TEXT: [&str; 8] = [
|
||||
"3 - Process widget\n",
|
||||
"dd Kill the selected process\n",
|
||||
"c Sort by memory usage, press again to reverse sorting order\n",
|
||||
"c Sort by processor usage, press again to reverse sorting order\n",
|
||||
"m Sort by memory usage\n",
|
||||
"p Sort by PID name, press again to reverse sorting order\n",
|
||||
"n Sort by process name, press again to reverse sorting order\n",
|
||||
|
||||
Reference in New Issue
Block a user