aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorpebbleKite <pebbleKite@users.noreply.github.com>2018-11-11 13:53:37 +0000
committerGitHub <noreply@github.com>2018-11-11 13:53:37 +0000
commitfc466891148b7340d9588ccbd2bb74db957e3068 (patch)
treed27f91083c56c43522fa41abaf95a23eb8139eef /src
parentUse same renderer when skipping symlinks and not (diff)
downloadminiserve-fc466891148b7340d9588ccbd2bb74db957e3068.tar.gz
miniserve-fc466891148b7340d9588ccbd2bb74db957e3068.zip
Fix double "symbolic" typo
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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");