summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-25 01:12:57 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-25 01:12:57 -0400
commit93cf53e5d7c5dc8614e7011514af8334dba7617f (patch)
treee29bdc2cabede9959af6c56ee375614359be644c /src/constants.rs
parentc41b972081eb9db69f63158f7938d2b77e265498 (diff)
docs: Clarify description
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index c2e03d97..d1772413 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -101,7 +101,7 @@ pub const PROCESS_HELP_TEXT: [&str; 12] = [
"n Sort by process name, press again to reverse sorting order\n",
"Tab Group/un-group processes with the same name\n",
"Ctrl-f, / Open process search widget\n",
- "P Toggle between showing the full path or just the process name\n",
+ "P Toggle between showing the full command or just the process name\n",
"s, F6 Open process sort widget\n",
"I Invert current sort\n",
"% Toggle between values and percentages for memory usage",