summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-05-26 09:24:30 +0900
committerGitHub <noreply@github.com>2024-05-26 09:24:30 +0900
commit0ccbd79e10813f7fb67cd29687203ef3cd0d5692 (patch)
tree58b994e6affaa4ec0c0f2c7e6ae89f7149268397
parent1fef36e4bcafa6c785c78fe9d9cdaf2f7e58701b (diff)
downloadfzf-0ccbd79e10813f7fb67cd29687203ef3cd0d5692.tar.gz
Fix --help output: marker default
Co-authored-by: LangLangBart <92653266+LangLangBart@users.noreply.github.com>
-rw-r--r--src/options.go2
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