mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 15:27:00 +00:00
usage: --skip=ignored is actually 'suppressed'
When making --skip to take arguments ignored was for moment a work name for
'suppressed' state, and that was accidentally left to usage() output.
Reference: 3369278fc0
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
46ec42182b
commit
a1d2bd2cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue