diff --git a/server/src/main.rs b/server/src/main.rs index a10a363..285945d 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -44,7 +44,7 @@ struct Cli { /// /// See https://doc.rust-lang.org/std/net/struct.Ipv4Addr.html#method.is_global for which IP /// addresses are blocked - #[arg(long, short)] + #[arg(long, short = 'B')] block_local: bool, }