summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-02-14 20:52:24 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-02-14 20:52:24 (GMT)
commit9c0ea54cf7912c16dd293f3abeb0b9be6c34f06d (patch)
treebd62304709ad1c05d7eaa1f21385ebbb696ba9aa /plugins/check_disk.c
parent7106d10ab26d43c1ae1ff4d55397c38147222b51 (diff)
downloadmonitoring-plugins-9c0ea54cf7912c16dd293f3abeb0b9be6c34f06d.tar.gz
Fixed typo in help for -M
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1621 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r--plugins/check_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index 3b9e36b..88a1769 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -756,7 +756,7 @@ print_help (void)
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"));
761 printf (" %s\n", "-E, --exact-match"); 761 printf (" %s\n", "-E, --exact-match");
762 printf (" %s\n", _("For paths or partitions specified with -p, only check for exact paths")); 762 printf (" %s\n", _("For paths or partitions specified with -p, only check for exact paths"));