summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-09-25 20:28:41 -0400
committerGitHub <noreply@github.com>2021-09-25 20:28:41 -0400
commit7e71832d100fbb754795c50245ddb5f69b8b7435 (patch)
tree679d07884b25ae34668c12d55d28a40af93c45c3 /src/constants.rs
parentcaa4f382320e8df865e455cb7ce817167a4ee3a4 (diff)
bug: remove incorrect shortcut from docs/help (#589)
Removes an incorrect shortcut. No idea when that got there.
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 2397e7b1..4464c16f 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -287,9 +287,8 @@ pub const PROCESS_HELP_TEXT: [&str; 15] = [
"click on header Sorts the entries by that column, click again to invert the sort",
];
-pub const SEARCH_HELP_TEXT: [&str; 49] = [
+pub const SEARCH_HELP_TEXT: [&str; 48] = [
"4 - Process search widget",
- "Tab Toggle between searching for PID and name",
"Esc Close the search widget (retains the filter)",
"Ctrl-a Skip to the start of the search query",
"Ctrl-e Skip to the end of the search query",