refactor: change description for --allow-archive (#511)

This commit is contained in:
sigoden
2024-12-24 18:58:03 +08:00
committed by GitHub
parent f1c9776962
commit cbc620481d
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ pub fn build_cli() -> Command {
.hide_env(true)
.long("allow-archive")
.action(ArgAction::SetTrue)
.help("Allow zip archive generation"),
.help("Allow download folders as archive file"),
)
.arg(
Arg::new("enable-cors")