summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Odenbach <odenbach@uni-paderborn.de>2019-04-09 07:49:57 (GMT)
committerChristopher Odenbach <odenbach@uni-paderborn.de>2019-04-09 07:49:57 (GMT)
commita15d42559800624156a75f388f37e233aeab3688 (patch)
tree9510887320546777c2afb7dd117038b1192875d7
parent5f16ba81c4af1a05e67806ca989a1dd46248a5fd (diff)
downloadmonitoring-plugins-a15d425.tar.gz
include -P switch in helprefs/pull/1591/head
-rw-r--r--plugins/check_disk.c2
1 files changed, 2 insertions, 0 deletions
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)
935 printf (" %s\n", _("Display only devices/mountpoints with errors")); 935 printf (" %s\n", _("Display only devices/mountpoints with errors"));
936 printf (" %s\n", "-f, --freespace-ignore-reserved"); 936 printf (" %s\n", "-f, --freespace-ignore-reserved");
937 printf (" %s\n", _("Don't account root-reserved blocks into freespace in perfdata")); 937 printf (" %s\n", _("Don't account root-reserved blocks into freespace in perfdata"));
938 printf (" %s\n", "-P, --iperfdata");
939 printf (" %s\n", _("Display inode usage in perfdata"));
938 printf (" %s\n", "-g, --group=NAME"); 940 printf (" %s\n", "-g, --group=NAME");
939 printf (" %s\n", _("Group paths. Thresholds apply to (free-)space of all partitions together")); 941 printf (" %s\n", _("Group paths. Thresholds apply to (free-)space of all partitions together"));
940 printf (" %s\n", "-k, --kilobytes"); 942 printf (" %s\n", "-k, --kilobytes");