mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Change short flag for --follow to -L, see #33
This commit is contained in:
parent
f92dfb86bb
commit
31c76989ad
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue