mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 23:36:59 +00:00
other: add --skip-ok to usage() output
Forgot in previous commit. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
c55c823753
commit
8fe7dc2c03
1 changed files with 1 additions and 0 deletions
|
|
@ -579,6 +579,7 @@ void __attribute__ ((__noreturn__)) usage(int status)
|
|||
fputs( " -o, --output=FILE output into a file\n", out);
|
||||
fputs( " -L, --limit=NR output limit mask 77 - 00\n", out);
|
||||
fputs( " --color=WHEN use colors 'always', 'never', or 'auto'\n", out);
|
||||
fputs( " --skip=ok do not print items below alarm threshold\n", out);
|
||||
fputs( " --warning=PERC set warning alarming limit\n", out);
|
||||
fputs( " --critical=PERC set critical alarming limit\n", out);
|
||||
fputs( " --warn-count=NR a number of free leases before warning raised\n", out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue