summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-15 13:22:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-15 13:22:09 +0900
commit4ecb7f3a162186fd7758f3bdedb3a0b4bb32f9d0 (patch)
tree8957d6553564ab57116d0e86023b6a2fd86585a3 /man
parent03f5ef08c8276f034269dbb8a6e6fd9decf58439 (diff)
Replace --normalize with --literal and enable normalization by default
Ref #790
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.15
1 files changed, 2 insertions, 3 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 2ef3cdda..89803166 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -48,9 +48,8 @@ Case-insensitive match (default: smart-case match)
.B "+i"
Case-sensitive match
.TP
-.B "--normalize"
-Normalize latin script letters before matching. This is not enabled by default
-to avoid performance overhead.
+.B "--literal"
+Do not normalize latin script letters for matching.
.TP
.BI "--algo=" TYPE
Fuzzy matching algorithm (default: v2)