From 0ccbd79e10813f7fb67cd29687203ef3cd0d5692 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 26 May 2024 09:24:30 +0900 Subject: [PATCH] Fix --help output: marker default Co-authored-by: LangLangBart <92653266+LangLangBart@users.noreply.github.com> --- src/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.go b/src/options.go index 0cfab20b..c5b939e4 100644 --- a/src/options.go +++ b/src/options.go @@ -93,7 +93,7 @@ Usage: fzf [options] --no-scrollbar Hide scrollbar --prompt=STR Input prompt (default: '> ') --pointer=STR Pointer to the current line (default: '▌' or '>') - --marker=STR Multi-select marker (default: '▏' or '>') + --marker=STR Multi-select marker (default: '┃' or '>') --header=STR String to print as header --header-lines=N The first N lines of the input are treated as header --header-first Print header before the prompt line