diff options
| author | 2025-06-07 23:38:55 +0800 | |
|---|---|---|
| committer | 2025-06-08 03:26:08 +0200 | |
| commit | 4c50979bdf20d8d17281463cef7cd4c848f6d79d (patch) | |
| tree | 9ffe94c8c1b1f75b2170c5d084744174156ac8ec /docs | |
| 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')
| -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[]. | |||
| 44 | .B \-m, \-\-match STRING | 44 | .B \-m, \-\-match STRING |
| 45 | only print messages that contain STRING | 45 | only print messages that contain STRING |
| 46 | 46 | ||
| 47 | .SH FILTER OPTIONS | ||
| 48 | .TP | ||
| 49 | .B \-M, \-\-unmatch STRING | ||
| 50 | print messages that not contain STRING | ||
| 51 | |||
| 47 | This option will set a filter to only printed log messages that contain the given string. | 52 | This option will set a filter to only printed log messages that contain the given string. |
| 48 | .TP | 53 | .TP |
| 49 | .B \-t, \-\-trigger STRING | 54 | .B \-t, \-\-trigger STRING |
