mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 09:50:34 +01:00
Adapt --list-details help message
This commit is contained in:
parent
938dafda28
commit
2cfb1a2bb2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ pub fn build_app() -> App<'static, 'static> {
|
||||||
.long("list-details")
|
.long("list-details")
|
||||||
.short("l")
|
.short("l")
|
||||||
.conflicts_with("absolute-path")
|
.conflicts_with("absolute-path")
|
||||||
.help("Show details like permissions, owner, size and modification time.")
|
.help("Use a long listing format with file metadata")
|
||||||
.long_help(
|
.long_help(
|
||||||
"Use a detailed listing format like 'ls -l'. This is basically an alias \
|
"Use a detailed listing format like 'ls -l'. This is basically an alias \
|
||||||
for '--exec-batch ls -l' with some additional 'ls' options. This can be \
|
for '--exec-batch ls -l' with some additional 'ls' options. This can be \
|
||||||
|
|
Loading…
Reference in a new issue