From fc466891148b7340d9588ccbd2bb74db957e3068 Mon Sep 17 00:00:00 2001 From: pebbleKite Date: Sun, 11 Nov 2018 15:53:37 +0200 Subject: Fix double "symbolic" typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 688958c..5806cab 100644 --- a/src/main.rs +++ b/src/main.rs @@ -137,7 +137,7 @@ pub fn parse_args() -> MiniserveConfig { Arg::with_name("no-symlinks") .short("P") .long("no-symlinks") - .help("Do not follow symbolic symbolic links"), + .help("Do not follow symbolic links"), ).get_matches(); let verbose = matches.is_present("verbose"); -- cgit v1.2.3