Change short flag for --follow to -L, see #33

This commit is contained in:
sharkdp 2017-09-09 15:34:25 +02:00
parent f92dfb86bb
commit 31c76989ad
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ fn main() {
.help("Do not respect .(git)ignore files"))
.arg(Arg::with_name("follow")
.long("follow")
.short("f")
.short("L")
.help("Follow symlinks"))
.arg(Arg::with_name("null_separator")
.long("print0")