summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
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 5db55def..5418a84a 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -404,7 +404,7 @@ pub static HELP_TEXT: Lazy<[Vec<[&'static str; 2]>; 7]> = Lazy::new(|| {
]
});
-pub const HELP_TITLES: [&'static str; 7] = [
+pub const HELP_TITLES: [&str; 7] = [
GENERAL_HELP_TITLE,
CPU_HELP_TITLE,
PROCESS_HELP_TITLE,