summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/options.go4
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)