diff options
author | Sven Nierlein <sven@nierlein.org> | 2019-04-09 08:12:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 08:12:10 (GMT) |
commit | 4131f2f268e7d771490ebeadbae50b4f95d69695 (patch) | |
tree | 9510887320546777c2afb7dd117038b1192875d7 /plugins/check_disk.c | |
parent | 5f16ba81c4af1a05e67806ca989a1dd46248a5fd (diff) | |
parent | a15d42559800624156a75f388f37e233aeab3688 (diff) | |
download | monitoring-plugins-4131f2f.tar.gz |
Merge pull request #1591 from odenbach/check_disk_help
include -P switch in help
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 2 |
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"); |