summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2017-09-09 15:34:25 +0200
committersharkdp <davidpeter@web.de>2017-09-09 15:34:25 +0200
commit31c76989ad83bb4f9b3d3106218051c33f31efef (patch)
tree50d0510a89b4446f18d18cf4652108210fe6fd4b
parentf92dfb86bb79376ba958755b50ca675c274dd294 (diff)
Change short flag for --follow to -L, see #33
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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")