mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
Update --help text
This commit is contained in:
parent
fb205f5057
commit
762f551ff4
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue