summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-09-30 22:41:55 (GMT)
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-09-30 22:41:55 (GMT)
commit819f90b726805f50d6de72f06b58bf02744f4763 (patch)
tree4c21cc21cd1f8484d81d0cd2468ecc4d144ad8ba
parent128a24be2296af175c5e7adf875f9d0e8a619278 (diff)
downloadmonitoring-plugins-819f90b726805f50d6de72f06b58bf02744f4763.tar.gz
check_disk: Change usage for --include-type to indicated regexes are now possible
-rw-r--r--plugins/check_disk.c4
1 files 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)
1013 printf (UT_VERBOSE); 1013 printf (UT_VERBOSE);
1014 printf (" %s\n", "-X, --exclude-type=TYPE_REGEX"); 1014 printf (" %s\n", "-X, --exclude-type=TYPE_REGEX");
1015 printf (" %s\n", _("Ignore all filesystems of types matching given regex(7) (may be repeated)")); 1015 printf (" %s\n", _("Ignore all filesystems of types matching given regex(7) (may be repeated)"));
1016 printf (" %s\n", "-N, --include-type=TYPE"); 1016 printf (" %s\n", "-N, --include-type=TYPE_REGEX");
1017 printf (" %s\n", _("Check only filesystems of indicated type (may be repeated)")); 1017 printf (" %s\n", _("Check only filesystems where the type matches this given regex(7) (may be repeated)"));
1018 1018
1019 printf ("\n"); 1019 printf ("\n");
1020 printf ("%s\n", _("General usage hints:")); 1020 printf ("%s\n", _("General usage hints:"));