aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-08-24 21:22:47 +0000
committerGitHub <noreply@github.com>2018-08-24 21:22:47 +0000
commitd88fd2fa3239aa4c33c4983c2f93137d21588f07 (patch)
tree3486430b96cac5f52fc47fb89fc6f83a4eae1252 /src/main.rs
parentAllow for multiple interfaces to be specified at the same time (diff)
parentPluralizes includes (diff)
downloadminiserve-d88fd2fa3239aa4c33c4983c2f93137d21588f07.tar.gz
miniserve-d88fd2fa3239aa4c33c4983c2f93137d21588f07.zip
Merge pull request #17 from colindean/patch-1
Says explicitly that verbose mode enables log output
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index af9f244..8005dfb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -95,7 +95,7 @@ pub fn parse_args() -> MiniserveConfig {
Arg::with_name("verbose")
.short("v")
.long("verbose")
- .help("Be verbose"),
+ .help("Be verbose, includes emitting access logs"),
).arg(
Arg::with_name("PATH")
.required(false)