summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-08-18 09:19:02 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-08-20 00:11:17 +0900
commitc1c355160d95fbf17237b6d02deb2535da16c7ec (patch)
tree242f86d38e988c4f1cb1cf9e801c1c3fa1027d37 /man
parent83515d5610164b29888a917827cdfb6bde889c1c (diff)
Support border-{up,down} as the synonyms for border-{top,bottom}
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.114
1 files changed, 7 insertions, 7 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 0077561d..bc066de8 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -189,21 +189,21 @@ Choose the layout (default: default)
A synonym for \fB--layout=reverse\fB
.TP
-.BI "--border" [=STYLE]
+.BI "--border" [=BORDER_OPT]
Draw border around the finder
.br
-.BR rounded " Border with rounded corners (default)"
+.BR rounded " Border with rounded corners (default)"
.br
-.BR sharp " Border with sharp corners"
+.BR sharp " Border with sharp corners"
.br
-.BR horizontal " Horizontal lines above and below the finder"
+.BR horizontal " Horizontal lines above and below the finder"
.br
-.BR vertical " Vertical lines on each side of the finder"
+.BR vertical " Vertical lines on each side of the finder"
.br
-.BR top
+.BR top " (up)"
.br
-.BR bottom
+.BR bottom " (down)"
.br
.BR left
.br