Update man page

This commit is contained in:
Junegunn Choi 2015-03-29 04:08:37 +09:00
parent d988f3fa50
commit 0a3d3460b1

View File

@ -103,7 +103,8 @@ Automatically select the only match
Exit immediately when there's no match Exit immediately when there's no match
.TP .TP
.BI "-f, --filter=" "STR" .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 .TP
.B "--print-query" .B "--print-query"
Print query as the first line Print query as the first line
@ -120,7 +121,8 @@ e.g. \fBfzf --expect=ctrl-v,ctrl-t,alt-s,f1,f2,~,@\fR
.RE .RE
.TP .TP
.B "--sync" .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 .RS
e.g. \fBfzf --multi | fzf --sync\fR e.g. \fBfzf --multi | fzf --sync\fR
.RE .RE