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." ) );