fix block_local

This commit is contained in:
Toshit Chawda 2024-03-20 16:37:45 -07:00
parent 566fc38cc9
commit bec2616a5c
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -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,
}