mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 10:00:38 +00:00
Fix param name
This commit is contained in:
committed by
Dmitry Ivanov
parent
92787159f7
commit
c8f47cd38e
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user