Skip to content

Commit

Permalink
Update --help text
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Dec 23, 2019
1 parent fb205f5 commit 762f551
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,9 @@ fn usage() -> HashMap<&'static str, Help> {
Changes the usage to `fd [FLAGS/OPTIONS] --search-path <path> --search-path <path2> [<pattern>]`");
doc!(h, "base-directory"
, "(hidden)"
, "Change current working directory of the fd process to provided path. \
Non-absolute paths passsed to positional <path> argument or '--search-path' will be \
resolved relative to this directory instead of directory where fd was executed.");
, "Change the current working directory of fd to the provided path. The means that search \
results will be shown with respect to the given base path. Note that relative paths \
which are passed to fd via the positional <path> argument or the '--search-path' option \
will also be resolved relative to this directory.");
h
}

0 comments on commit 762f551

Please sign in to comment.