mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
output: make --skip to take arguments what will be skipped
Accidental typo in usage() caused realisation making skipping to fully controllable is good idea. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
e4f7259cf6
commit
3369278fc0
9 changed files with 216 additions and 23 deletions
|
|
@ -267,6 +267,10 @@ struct conf_t {
|
|||
header_limit:4,
|
||||
number_limit:3,
|
||||
skip_ok:1,
|
||||
skip_warning:1,
|
||||
skip_critical:1,
|
||||
skip_minsize:1,
|
||||
skip_suppressed:1,
|
||||
color_mode:2;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue