From 0cb1be3f04a0bc39bc8371221352101f360ddb1c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 9 Oct 2025 01:12:30 +0900 Subject: [PATCH] Fix --help output: socket path cannot be omitted --- src/options.go | 4 ++-- 1 file 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)