aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/args.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/args.rs b/src/args.rs
index 3124d96..e44f27b 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -297,8 +297,8 @@ pub struct CliArgs {
/// Disable indexing
///
- /// This will prevent miniserve from generating directory listings
- /// and will return a 404 instead.
+ /// This will prevent directory listings from being generated
+ /// and return an error instead.
#[arg(short = 'I', long, env = "MINISERVE_DISABLE_INDEXING")]
pub disable_indexing: bool,
}