diff options
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 99a7201..3b9e36b 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -754,7 +754,7 @@ print_help (void) | |||
754 | printf (" %s\n", _("Path or partition (may be repeated)")); | 754 | printf (" %s\n", _("Path or partition (may be repeated)")); |
755 | printf (" %s\n", "-x, --exclude_device=PATH <STRING>"); | 755 | printf (" %s\n", "-x, --exclude_device=PATH <STRING>"); |
756 | printf (" %s\n", _("Ignore device (only works if -p unspecified)")); | 756 | printf (" %s\n", _("Ignore device (only works if -p unspecified)")); |
757 | printf (" %s\n", _("-X, --exclude-type=TYPE <STRING>")); | 757 | printf (" %s\n", "-X, --exclude-type=TYPE <STRING>"); |
758 | printf (" %s\n", _("Ignore all filesystems of indicated type (may be repeated)")); | 758 | printf (" %s\n", _("Ignore all filesystems of indicated type (may be repeated)")); |
759 | printf (" %s\n", "-m, --mountpoint"); | 759 | printf (" %s\n", "-m, --mountpoint"); |
760 | printf (" %s\n", _("Display the mountpoint instead of the partition")); | 760 | printf (" %s\n", _("Display the mountpoint instead of the partition")); |