From 4c50979bdf20d8d17281463cef7cd4c848f6d79d Mon Sep 17 00:00:00 2001 From: Will Han Date: Sat, 7 Jun 2025 23:38:55 +0800 Subject: Add unmatch filter option to idevicesyslog. The new -M/--unmatch option allows filtering out messages containing specific strings, complementing the existing -m/--match functionality. This provides more flexible log filtering capabilities for users. --- docs/idevicesyslog.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/idevicesyslog.1 b/docs/idevicesyslog.1 index 66ae2e4..ae4aff2 100644 --- a/docs/idevicesyslog.1 +++ b/docs/idevicesyslog.1 @@ -44,6 +44,11 @@ Force writing colored output, e.g. when using \f[B]\-\-output\f[]. .B \-m, \-\-match STRING only print messages that contain STRING +.SH FILTER OPTIONS +.TP +.B \-M, \-\-unmatch STRING +print messages that not contain STRING + This option will set a filter to only printed log messages that contain the given string. .TP .B \-t, \-\-trigger STRING -- cgit v1.1-32-gdbae