mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
Adapt help text
This commit is contained in:
parent
4d7e34ad59
commit
f347379fb0
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue