mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-19 02:10:34 +01:00
Add --dereference as an alias for --follow
This commit is contained in:
parent
31c76989ad
commit
1268e982f6
1 changed files with 2 additions and 1 deletions
|
@ -338,7 +338,8 @@ fn main() {
|
|||
.arg(Arg::with_name("follow")
|
||||
.long("follow")
|
||||
.short("L")
|
||||
.help("Follow symlinks"))
|
||||
.help("Follow symlinks")
|
||||
.alias("dereference"))
|
||||
.arg(Arg::with_name("null_separator")
|
||||
.long("print0")
|
||||
.short("0")
|
||||
|
|
Loading…
Reference in a new issue