From a85e128fb4722f6d6260a1034fd853a0bf9a146f Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 31 Jan 2024 21:53:12 -0500 Subject: tweak doc comment --- src/args.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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, } -- cgit v1.2.3