diff --git a/src/other.c b/src/other.c index aea5aa8..2b2cbf9 100644 --- a/src/other.c +++ b/src/other.c @@ -633,7 +633,7 @@ void __attribute__ ((__noreturn__)) usage(int status) fputs( " --warning=PERC set warning alarming threshold\n", out); fputs( " --critical=PERC set critical alarming threshold\n", out); fputs( " --skip=WHAT do not print threshold 'ok', 'warning', 'critical',\n", out); - fputs( " 'minsize', or 'ignored'\n", out); + fputs( " 'minsize', or 'suppressed'\n", out); fputs( " --warn-count=NR a number of free leases before warning raised\n", out); fputs( " --crit-count=NR a number of free leases before critical raised\n", out); fputs( " --minsize=size disable alarms for small ranges and shared-nets\n", out);