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 3b9e36b1..88a17692 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -756,7 +756,7 @@ print_help (void) printf (" %s\n", _("Ignore device (only works if -p unspecified)")); printf (" %s\n", "-X, --exclude-type=TYPE <STRING>"); printf (" %s\n", _("Ignore all filesystems of indicated type (may be repeated)")); - printf (" %s\n", "-m, --mountpoint"); + printf (" %s\n", "-M, --mountpoint"); printf (" %s\n", _("Display the mountpoint instead of the partition")); printf (" %s\n", "-E, --exact-match"); printf (" %s\n", _("For paths or partitions specified with -p, only check for exact paths")); |