summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Will Han2025-06-07 23:38:55 +0800
committerGravatar Nikias Bassen2025-06-08 03:26:08 +0200
commit4c50979bdf20d8d17281463cef7cd4c848f6d79d (patch)
tree9ffe94c8c1b1f75b2170c5d084744174156ac8ec /docs
parent009b98206be4cd075c592ccf187d5237c7238b89 (diff)
downloadlibimobiledevice-4c50979bdf20d8d17281463cef7cd4c848f6d79d.tar.gz
libimobiledevice-4c50979bdf20d8d17281463cef7cd4c848f6d79d.tar.bz2
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/idevicesyslog.15
1 files changed, 5 insertions, 0 deletions
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