chore: update description for --auth

This commit is contained in:
sigoden
2023-11-03 21:08:05 +08:00
parent 8b4cab1e69
commit 5782c5f413
2 changed files with 4 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ pub fn build_cli() -> Command {
.hide_env(true)
.short('a')
.long("auth")
.help("Add auth role")
.help("Add auth roles, e.g. user:pass@/dir1:rw,/dir2")
.action(ArgAction::Append)
.value_delimiter('|')
.value_name("rules"),