mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Update plugins/check_disk.c
CRITCAL -> CRITICAL typo
This commit is contained in:
parent
c5583abbf2
commit
2672e95bca
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ print_help (void)
|
|||
printf (" %s\n", "-c, --critical=INTEGER");
|
||||
printf (" %s\n", _("Exit with CRITICAL status if less than INTEGER units of disk are free"));
|
||||
printf (" %s\n", "-c, --critical=PERCENT%");
|
||||
printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of disk space is free"));
|
||||
printf (" %s\n", _("Exit with CRITICAL status if less than PERCENT of disk space is free"));
|
||||
printf (" %s\n", "-W, --iwarning=PERCENT%");
|
||||
printf (" %s\n", _("Exit with WARNING status if less than PERCENT of inode space is free"));
|
||||
printf (" %s\n", "-K, --icritical=PERCENT%");
|
||||
|
|
|
|||
Loading…
Reference in a new issue