mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-22 16:04:49 +01:00
fix: -p clash, only --password
This commit is contained in:
parent
c99decdd24
commit
02c631c9e2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ struct CliArgs {
|
||||||
username: String,
|
username: String,
|
||||||
|
|
||||||
/// optional server password
|
/// optional server password
|
||||||
#[arg(short, long)]
|
#[arg(long)]
|
||||||
password: Option<String>,
|
password: Option<String>,
|
||||||
|
|
||||||
/// host to bind on
|
/// host to bind on
|
||||||
|
|
Loading…
Reference in a new issue