chore: update cli --auth help text

This commit is contained in:
sigoden 2023-06-02 06:49:06 +08:00
parent 577eea5fa4
commit 033d37c4d4

View File

@ -76,7 +76,7 @@ pub fn build_cli() -> Command {
.hide_env(true)
.short('a')
.long("auth")
.help("Add auth for path")
.help("Add auth role")
.action(ArgAction::Append)
.value_delimiter('|')
.value_name("rules"),