diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
