Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/filesystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down