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 8b85b4f7..c12b5d98 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -877,7 +877,7 @@ print_help (void) printf (" %s\n", "-K, --icritical=PERCENT%"); printf (" %s\n", _("Exit with CRITICAL status if less than PERCENT of inode space is free")); printf (" %s\n", "-p, --path=PATH, --partition=PARTITION"); - printf (" %s\n", _("Path or partition (may be repeated)")); + printf (" %s\n", _("Mount point or block device as emitted by the mount(8) command (may be repeated)")); printf (" %s\n", "-x, --exclude_device=PATH <STRING>"); printf (" %s\n", _("Ignore device (only works if -p unspecified)")); printf (" %s\n", "-C, --clear"); |