diff options
Diffstat (limited to '')
-rw-r--r-- | src/args.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.rs b/src/args.rs index dd09f65..ce6e4e2 100644 --- a/src/args.rs +++ b/src/args.rs @@ -195,7 +195,7 @@ pub struct CliArgs { pub media_type_raw: Option<String>, /// Enable overriding existing files during file upload - #[arg(short = 'o', long = "overwrite-files", env = "OVERWRITE_FILES")] + #[arg(short = 'o', long = "overwrite-files", env = "MINISERVE_OVERWRITE_FILES")] pub overwrite_files: bool, /// Enable uncompressed tar archive generation |