diff --git a/src/main.rs b/src/main.rs index a9f4277..de4f04f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")