summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:"));