Adapt help text

This commit is contained in:
David Peter 2021-11-26 17:48:31 +01:00
parent 4d7e34ad59
commit f347379fb0

View file

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