Merge pull request #146 from HarHarLinks/patch-1
Fix help (sort by cpu)
This commit is contained in:
commit
bbb3569cc4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue