From a87de154525115fce03f681d354c70fc6648c20c Mon Sep 17 00:00:00 2001 From: muecklichd Date: Mon, 6 Jul 2026 17:23:40 +0200 Subject: [PATCH] docs: document the -R/--exclude-regex option -R/--exclude-regex has been a fully functional CLI option since it was added to parse_and_check_commandline() and the usage() help text, but it was never added to the README's option list. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 203e1fb..10dcd13 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ sudo make install ## optional -r|--regex interface list regexp Regex to match interfaces (important, this is a Regular Expression not a simple wildcard string, see below) + -R|--exclude-regex interface list negative regexp + Interfaces matching this regex are excluded, even if they + also match -r/--regex -e|--errors number of in errors (CRC errors for cisco) to consider a warning (default 50) Only warn if errors increase by more than this amount between checks -f|--out-errors number of out errors (collisions for cisco) to consider a warning