other: add --skip-ok to usage() output

Forgot in previous commit.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-11-06 22:34:06 +00:00
parent c55c823753
commit 8fe7dc2c03
No known key found for this signature in database
GPG key ID: A9553245FDE9B739

View file

@ -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);