From: Simon Ruderich Date: Sun, 7 May 2023 18:41:21 +0000 (+0200) Subject: Mention "ignore-line-regexp" can be used multiple times in man page X-Git-Tag: 0.14~11 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=60bb79a36c20a4c4ec62e0956c0b008408771299 Mention "ignore-line-regexp" can be used multiple times in man page --- diff --git a/bin/blhc b/bin/blhc index 9e3c945..ed0011f 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1568,7 +1568,8 @@ log: blhc: ignore-line-regexp: REGEXP All lines fully matching REGEXP (see B<--ignore-line> for details) will be -ignored. +ignored. The string can be embedded multiple times to ignore different +regexps. Please use this feature sparingly so that missing flags are not overlooked. If you find false positives which affect more packages please report a bug.