aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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..73fbf39 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, include emitting access logs"),
).arg(
Arg::with_name("PATH")
.required(false)