diff options
author | 2025-06-07 23:38:55 +0800 | |
---|---|---|
committer | 2025-06-08 03:26:08 +0200 | |
commit | 4c50979bdf20d8d17281463cef7cd4c848f6d79d (patch) | |
tree | 9ffe94c8c1b1f75b2170c5d084744174156ac8ec /docs/idevicesyslog.1 | |
parent | 009b98206be4cd075c592ccf187d5237c7238b89 (diff) | |
download | libimobiledevice-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/idevicesyslog.1')
-rw-r--r-- | docs/idevicesyslog.1 | 5 |
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 |