m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-08 03:13:48 -05:00

Fix --help output: socket path cannot be omitted

This commit is contained in:
Junegunn Choi
2025-10-09 01:12:30 +09:00
parent 01cb38a5fb
commit 0cb1be3f04

View File

@@ -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)