Skip to content

Commit

Permalink
Just reference --max-depth in --maxdepth help
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Sep 13, 2018
1 parent d375b5e commit 8fb25f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8fb25f1

Please sign in to comment.