From 762f551ff481875d0a5240dc374636e2e926772e Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 23 Dec 2019 16:07:38 +0100 Subject: [PATCH] Update --help text --- src/app.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }