Skip to content

Commit

Permalink
docs: update --walker-root documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
msabathier committed Nov 22, 2024
1 parent 36bee91 commit 3f6a7d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions man/man1/fzf.1
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,8 @@ Determines the behavior of the built-in directory walker that is used when
.br

.TP
.B "\-\-walker\-root=DIR"
The root directory from which to start the built-in directory walker.
.B "\-\-walker\-root=DIRS"
Comma-separated list of directory names to start the built-in directory walker.
The default value is the current working directory.

.TP
Expand Down
2 changes: 1 addition & 1 deletion src/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Usage: fzf [options]
Directory traversal (Only used when $FZF_DEFAULT_COMMAND is not set)
--walker=OPTS [file][,dir][,follow][,hidden] (default: file,follow,hidden)
--walker-root=DIR Root directory from which to start walker (default: .)
--walker-root=DIRS Comma-separated list of directories to walk (default: .)
--walker-skip=DIRS Comma-separated list of directory names to skip
(default: .git,node_modules)
Expand Down

0 comments on commit 3f6a7d6

Please sign in to comment.