mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
chore: update cli --auth help text
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user