mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
Just reference --max-depth in --maxdepth help
This commit is contained in:
parent
d375b5e1f5
commit
8fb25f15c9
1 changed files with 2 additions and 3 deletions
|
@ -204,9 +204,8 @@ fn usage() -> HashMap<&'static str, Help> {
|
|||
, "Limit the directory traversal to a given depth. By default, there is no limit \
|
||||
on the search depth.");
|
||||
doc!(h, "rg-depth"
|
||||
, "Set maximum search depth (default: none)"
|
||||
, "Limit the directory traversal to a given depth. By default, there is no limit \
|
||||
on the search depth.");
|
||||
, "See --max-depth"
|
||||
, "See --max-depth");
|
||||
doc!(h, "file-type"
|
||||
, "Filter by type: file (f), directory (d), symlink (l),\nexecutable (x), empty (e)"
|
||||
, "Filter the search by type (multiple allowable filetypes can be specified):\n \
|
||||
|
|
Loading…
Reference in a new issue