summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-05-22 09:47:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-05-22 09:47:02 +0900
commit34f0d4d0c4fdec5e8891d909bd2712cc21998959 (patch)
tree47d61f66be4042c3748c8ffa30e413fc3b745b85
parentcbedb575112a46058cbf3fb45f1569aed3a22fc0 (diff)
[man] Clarification on --select-1 and --exit-0
-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 2baa0758..8a7dcba4 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -532,10 +532,12 @@ e.g.
Start the finder with the given query
.TP
.B "-1, --select-1"
-Automatically select the only match
+If there is only one match for the initial query (\fB--query\fR), do not start
+interactive finder and automatically select the only match
.TP
.B "-0, --exit-0"
-Exit immediately when there's no match
+If there is no match for the initial query (\fB--query\fR), do not start
+interactive finder and exit immediately
.TP
.BI "-f, --filter=" "STR"
Filter mode. Do not start interactive finder. When used with \fB--no-sort\fR,