diff options
| author | msabathier <115698101+msabathier@users.noreply.github.com> | 2024-11-25 11:25:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-25 19:25:30 +0900 |
| commit | bee80a730f945c05ac0167130b9204206371d570 (patch) | |
| tree | 5b36d16a05f9a35159477987e1bfeb10b6df58a5 /man | |
| parent | ac3e24c99c221ae2e4e0a8fd6d6d1e0078260ab4 (diff) | |
| download | fzf-bee80a730f945c05ac0167130b9204206371d570.tar.gz | |
Allow walking multiple root directories (#4109)
Co-authored-by: Martin Sabathier <martin.sabathier.ext@corys.fr>
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 7b32817f..4ec14ee8 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -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=DIR [...]" +List of directory names to start the built-in directory walker. The default value is the current working directory. .TP |
