chore: update cli `--auth` help text
parent
577eea5fa4
commit
033d37c4d4
|
@ -76,7 +76,7 @@ pub fn build_cli() -> Command {
|
||||||
.hide_env(true)
|
.hide_env(true)
|
||||||
.short('a')
|
.short('a')
|
||||||
.long("auth")
|
.long("auth")
|
||||||
.help("Add auth for path")
|
.help("Add auth role")
|
||||||
.action(ArgAction::Append)
|
.action(ArgAction::Append)
|
||||||
.value_delimiter('|')
|
.value_delimiter('|')
|
||||||
.value_name("rules"),
|
.value_name("rules"),
|
||||||
|
|
Loading…
Reference in New Issue