summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-29 04:08:37 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-29 04:08:37 +0900
commit0a3d3460b134ada329bf0d1e209c736baf4b08c4 (patch)
tree18da6b7ce6384a59c4f4f9464637d734beb1ec3a
parentd988f3fa50e0cefc8f0f1e69c296ecc9015b485c (diff)
Update man page
-rw-r--r--man/man1/fzf.16
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index c6bf054e..25c3f8c1 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -103,7 +103,8 @@ Automatically select the only match
Exit immediately when there's no match
.TP
.BI "-f, --filter=" "STR"
-Filter mode. Do not start interactive finder.
+Filter mode. Do not start interactive finder. When used with \fB--no-sort\fR,
+fzf becomes a fuzzy-version of grep.
.TP
.B "--print-query"
Print query as the first line
@@ -120,7 +121,8 @@ e.g. \fBfzf --expect=ctrl-v,ctrl-t,alt-s,f1,f2,~,@\fR
.RE
.TP
.B "--sync"
-Synchronous search for multi-staged filtering
+Synchronous search for multi-staged filtering. If specified, fzf will launch
+ncurses finder only after the input stream is complete.
.RS
e.g. \fBfzf --multi | fzf --sync\fR
.RE