fix: -p clash, only --password

This commit is contained in:
əlemi 2024-02-21 18:34:19 +01:00
parent c99decdd24
commit 02c631c9e2
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -27,7 +27,7 @@ struct CliArgs {
username: String,
/// optional server password
#[arg(short, long)]
#[arg(long)]
password: Option<String>,
/// host to bind on