From 3e28403978a09082aaf3269da59e2c47666c75ba Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 1 Aug 2017 21:34:44 +0900 Subject: [PATCH] [man] Add note on `--no-` convention Close #1003 --- man/man1/fzf.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index fe69843..514a00c 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -111,6 +111,9 @@ Comma-separated list of sort criteria to apply when the scores are tied. .B "-m, --multi" Enable multi-select with tab/shift-tab .TP +.B "+m, --no-multi" +Disable multi-select +.TP .B "--no-mouse" Disable mouse .TP @@ -357,6 +360,9 @@ e.g. \fBfzf --multi | fzf --sync\fR .B "--version" Display version information and exit +.TP +Note that most options have the opposite versions with \fB--no-\fR prefix. + .SH ENVIRONMENT VARIABLES .TP .B FZF_DEFAULT_COMMAND