From 37c3491739d7e8a4422e3eb61602eb8e0bd705ab Mon Sep 17 00:00:00 2001 From: Scoopta Date: Thu, 23 Jun 2022 22:05:25 -0700 Subject: [PATCH] Added multi-contains to the list of matching algorithms in the man pages --- man/wofi.1 | 2 +- man/wofi.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/wofi.1 b/man/wofi.1 index 27ae7f0..8ec8b7d 100644 --- a/man/wofi.1 +++ b/man/wofi.1 @@ -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. diff --git a/man/wofi.5 b/man/wofi.5 index 7857a3c..fb4846f 100644 --- a/man/wofi.5 +++ b/man/wofi.5 @@ -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.