Module: monitoring-plugins
Branch: master
Commit: 819f90b726805f50d6de72f06b58bf02744f4763
Author: Lorenz Kästle <[email protected]>
Date: Sun Oct 1 00:41:55 2023 +0200
URL:
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=819f90b
check_disk: Change usage for --include-type to indicated regexes are now
possible
---
plugins/check_disk.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index 06576d8..2f066c7 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -1013,8 +1013,8 @@ print_help (void)
printf (UT_VERBOSE);
printf (" %s\n", "-X, --exclude-type=TYPE_REGEX");
printf (" %s\n", _("Ignore all filesystems of types matching given
regex(7) (may be repeated)"));
- printf (" %s\n", "-N, --include-type=TYPE");
- printf (" %s\n", _("Check only filesystems of indicated type (may be
repeated)"));
+ printf (" %s\n", "-N, --include-type=TYPE_REGEX");
+ printf (" %s\n", _("Check only filesystems where the type matches this
given regex(7) (may be repeated)"));
printf ("\n");
printf ("%s\n", _("General usage hints:"));