1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-03 08:18:48 +00:00

Add --dereference as an alias for --follow

This commit is contained in:
sharkdp 2017-09-09 15:40:32 +02:00
parent 31c76989ad
commit 1268e982f6

View File

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