Update constants.rs
This commit is contained in:
parent
38f4967a8a
commit
095fb7e54e
|
@ -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