diff --git a/src/app.rs b/src/app.rs index 645c7d6..b86169d 100644 --- a/src/app.rs +++ b/src/app.rs @@ -453,8 +453,9 @@ fn usage() -> HashMap<&'static str, Help> { Changes the usage to `fd [FLAGS/OPTIONS] --search-path --search-path []`"); doc!(h, "base-directory" , "(hidden)" - , "Change current working directory of the fd process to provided path. \ - Non-absolute paths passsed to positional 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 argument or the '--search-path' option \ + will also be resolved relative to this directory."); h }