Added multi-contains to the list of matching algorithms in the man pages

This commit is contained in:
Scoopta 2022-06-23 22:05:25 -07:00
parent 438b11038c
commit 37c3491739
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ Activiating a search with enter will execute the search not the first result.
Hides the scroll bars.
.TP
.B \-M, \-\-matching=\fIMODE\fR
Specifies the matching mode, it can be either contains or fuzzy, default is contains.
Specifies the matching mode, it can be either contains, multi-contains, or fuzzy, default is contains.
.TP
.B \-i, \-\-insensitive
Enables case insensitive search.

View File

@ -77,7 +77,7 @@ If true activiating a search with enter will execute the search not the first re
If true hides the scroll bars, default is false.
.TP
.B matching=\fIMODE\fR
Specifies the matching mode, it can be either contains or fuzzy, default is contains.
Specifies the matching mode, it can be either contains, multi-contains, or fuzzy, default is contains.
.TP
.B insensitive=\fIBOOL\fR
If true enables case insensitive search, default is false.