docs: make process help text consistent with README

This commit is contained in:
ClementTsang 2020-05-05 18:57:03 -04:00
parent 4b7ff87c23
commit 9152ba3281

View file

@ -80,8 +80,8 @@ pub const CPU_HELP_TEXT: [&str; 4] = [
pub const PROCESS_HELP_TEXT: [&str; 8] = [ pub const PROCESS_HELP_TEXT: [&str; 8] = [
"3 - Process widget\n", "3 - Process widget\n",
"dd Kill the selected process\n", "dd Kill the selected process\n",
"c Sort by processor usage, press again to reverse sorting order\n", "c Sort by CPU usage, press again to reverse sorting order\n",
"m Sort by memory usage\n", "m Sort by memory usage, press again to reverse sorting order\n",
"p Sort by PID name, press again to reverse sorting order\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", "n Sort by process name, press again to reverse sorting order\n",
"Tab Group/un-group processes with the same name\n", "Tab Group/un-group processes with the same name\n",