aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_disk.c
diff options
context:
space:
mode:
authorGravatar Christopher Odenbach <odenbach@uni-paderborn.de> 2019-04-09 09:49:57 +0200
committerGravatar Christopher Odenbach <odenbach@uni-paderborn.de> 2019-04-09 09:49:57 +0200
commita15d42559800624156a75f388f37e233aeab3688 (patch)
tree9510887320546777c2afb7dd117038b1192875d7 /plugins/check_disk.c
parent5f16ba81c4af1a05e67806ca989a1dd46248a5fd (diff)
downloadmonitoring-plugins-a15d42559800624156a75f388f37e233aeab3688.tar.gz
include -P switch in help
Diffstat (limited to 'plugins/check_disk.c')
-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 1c43e854..844e625f 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");