mirror of
https://git.alemi.dev/mumble-stats-api.git
synced 2024-11-14 04:29:19 +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,
|
||||
|
||||
/// optional server password
|
||||
#[arg(short, long)]
|
||||
#[arg(long)]
|
||||
password: Option<String>,
|
||||
|
||||
/// host to bind on
|
||||
|
|
Loading…
Reference in a new issue