diff options
Diffstat (limited to 'src/options.go')
| -rw-r--r-- | src/options.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/options.go b/src/options.go index a0b6f514..c1f75585 100644 --- a/src/options.go +++ b/src/options.go @@ -206,7 +206,9 @@ Usage: fzf [options] ADVANCED --with-shell=STR Shell command and flags to start child processes with - --listen[=[ADDR:]PORT] Start HTTP server to receive actions (POST /) + --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) DIRECTORY TRAVERSAL (Only used when $FZF_DEFAULT_COMMAND is not set) |
