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
1 changed files with 2 additions and 1 deletions

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