diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-28 23:56:24 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-28 23:56:51 +0900 |
| commit | 9bdacc8df24a319c48576c2011dbcbde81a925ec (patch) | |
| tree | b7e1687b8b6e98cef849eb0dfe7300d3aa956a61 /src | |
| parent | 8e936ecfa76854861990a6323d4cd07002103ec2 (diff) | |
| download | fzf-9bdacc8df24a319c48576c2011dbcbde81a925ec.tar.gz | |
Update --help output to avoid confusion
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.go b/src/options.go index 71782bf2..27ec3d78 100644 --- a/src/options.go +++ b/src/options.go @@ -213,8 +213,8 @@ Usage: fzf [options] (default: .git,node_modules) HISTORY - --history=FILE History file - --history-size=N Maximum number of history entries (default: 1000) + --history=FILE File to store fzf search history (*not* shell command history) + --history-size=N Maximum number of entries to keep in the file (default: 1000) SHELL INTEGRATION --bash Print script to set up Bash shell integration |
