From a7c41f3fcd6c6db4ff25828218bea281439dd1ba Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 17 Jun 2023 19:15:29 +0900 Subject: [PATCH] Add '--info=right' to the man page Close #3333 --- man/man1/fzf.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 4e4dd401..15c8ca6d 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -357,6 +357,8 @@ Determines the display style of finder info (match counters). .br .BR default " Display on the next line to the prompt" .br +.BR right " Display on the right end of the next line to the prompt" +.br .BR inline " Display on the same line with the default separator ' < '" .br .BR inline:SEPARATOR " Display on the same line with a non-default separator"