summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-05 18:57:03 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-05 18:57:38 -0400
commit9152ba328181842bda24deb9329566636451a66c (patch)
treeb1a389d44972eaf9d9b9ec340c68ae6b2346c91c
parent4b7ff87c23692a178493b15d9d13a0c4c9f81127 (diff)
docs: make process help text consistent with README
-rw-r--r--src/constants.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 2fda4b15..5f9ec000 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -80,8 +80,8 @@ 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 processor usage, press again to reverse sorting order\n",
- "m Sort by memory usage\n",
+ "c Sort by CPU usage, press again to reverse sorting order\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",
"n Sort by process name, press again to reverse sorting order\n",
"Tab Group/un-group processes with the same name\n",