Fix param name

This commit is contained in:
Bojan Serafimov
2022-02-18 23:32:59 -05:00
committed by Dmitry Ivanov
parent 92787159f7
commit c8f47cd38e
2 changed files with 67 additions and 2 deletions

View File

@@ -46,8 +46,7 @@ async fn main() -> anyhow::Result<()> {
)
.arg(
Arg::new("auth-method")
.short('a')
.long("router")
.long("auth-method")
.takes_value(true)
.help("Possible values: password | link | mixed")
.default_value("mixed"),