chore: update cli --auth
help text
This commit is contained in:
parent
577eea5fa4
commit
033d37c4d4
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue