diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 01:12:30 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 01:12:30 +0900 |
| commit | 0cb1be3f04a0bc39bc8371221352101f360ddb1c (patch) | |
| tree | edc3a663f58bf62991018192ad2fb1f63c63fcf9 /src | |
| parent | 01cb38a5fb11224807452be28122de7066e1a2fa (diff) | |
| download | fzf-0cb1be3f04a0bc39bc8371221352101f360ddb1c.tar.gz | |
Fix --help output: socket path cannot be omitted
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 c1f75585..e9cc0127 100644 --- a/src/options.go +++ b/src/options.go @@ -206,10 +206,10 @@ Usage: fzf [options] ADVANCED --with-shell=STR Shell command and flags to start child processes with - --listen[=SOCKET_PATH] Start HTTP server to receive actions via Unix domain socket - (Path should end with .sock) --listen[=[ADDR:]PORT] Start HTTP server to receive actions via TCP (To allow remote process execution, use --listen-unsafe) + --listen=SOCKET_PATH Start HTTP server to receive actions via Unix domain socket + (Path should end with .sock) DIRECTORY TRAVERSAL (Only used when $FZF_DEFAULT_COMMAND is not set) --walker=OPTS [file][,dir][,follow][,hidden] (default: file,follow,hidden) |
