From a15d42559800624156a75f388f37e233aeab3688 Mon Sep 17 00:00:00 2001 From: Christopher Odenbach Date: Tue, 9 Apr 2019 09:49:57 +0200 Subject: include -P switch in help diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 1c43e85..844e625 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -935,6 +935,8 @@ print_help (void) printf (" %s\n", _("Display only devices/mountpoints with errors")); printf (" %s\n", "-f, --freespace-ignore-reserved"); printf (" %s\n", _("Don't account root-reserved blocks into freespace in perfdata")); + printf (" %s\n", "-P, --iperfdata"); + printf (" %s\n", _("Display inode usage in perfdata")); printf (" %s\n", "-g, --group=NAME"); printf (" %s\n", _("Group paths. Thresholds apply to (free-)space of all partitions together")); printf (" %s\n", "-k, --kilobytes"); -- cgit v0.10-9-g596f