Added multi-contains to the list of matching algorithms in the man pages
This commit is contained in:
parent
438b11038c
commit
37c3491739
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user