From e906462cc1038b7d6299d1f2eb443e9b82c33099 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 22 Dec 2023 13:57:19 +0100 Subject: [PATCH] fix typo --- check_proc_mem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_proc_mem b/check_proc_mem index 7b6eee3..2964e07 100755 --- a/check_proc_mem +++ b/check_proc_mem @@ -39,7 +39,7 @@ function showHelp(){ cat <<EOF $( ph.showImlHelpHeader ) -Show processes that consume the most rum. +Show processes that consume the most memory. You get a list with processes consuming * more than the critical limit -- GitLab