From f347379fb037da102ae3e46bbac31698ccc5ad19 Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 26 Nov 2021 17:48:31 +0100 Subject: [PATCH] Adapt help text --- src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.rs b/src/app.rs index f6d7631..793ddd4 100644 --- a/src/app.rs +++ b/src/app.rs @@ -623,8 +623,8 @@ pub fn build_app() -> App<'static, 'static> { .hidden_short_help(true) .help("When no search path is provided and output is non-tty, strip './' prefix from results") .long_help( - "By default, relative results are prefixed with './' when output to non-ttys. \ - Use this flag to disable this behaviour." + "By default, relative paths are prefixed with './' when the output goes to a non \ + interactive terminal (TTY). Use this flag to disable this behaviour." ) );