From 6c0943a6734e92e30ea7c96f41e0e4cba2fae87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Berg?= <32747776+MisterMountain@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:29:24 +0100 Subject: [PATCH] small fix for help output on the filesystem check --- cmd/filesystem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/filesystem.go b/cmd/filesystem.go index 44b3e7d..43a6298 100644 --- a/cmd/filesystem.go +++ b/cmd/filesystem.go @@ -593,7 +593,7 @@ func init() { { Th: &FsConfig.CriticalAbsolutThreshold.Inodes.Free, FlagString: "warningAbsolutFreeInodes", - Description: "Absolute critical threshold for number of free inodes", + Description: "Absolute warning threshold for number of free inodes", }, { Th: &FsConfig.CriticalAbsolutThreshold.Inodes.Used,