mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
reenable multiple occurences of --addr
Accidentally disabled this when merging reformatting.
This commit is contained in:
parent
2782d744bf
commit
5de00f66bb
3 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ fn args() -> Result<Args> {
|
|||
"PKCS8 private key file (default ./key.rsa)",
|
||||
"FILE",
|
||||
);
|
||||
opts.optopt(
|
||||
opts.optmulti(
|
||||
"",
|
||||
"addr",
|
||||
"Address to listen on (multiple occurences possible, default 0.0.0.0:1965 and [::]:1965)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue