client: fix NAT traverse helptext

pull/172/head
Jake McGinty 2021-11-14 10:24:25 +09:00
parent e6f25ca1d7
commit bce7af20ce
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ pub struct NatOpts {
#[structopt(long)] #[structopt(long)]
/// Exclude one or more CIDRs from NAT candidate reporting. /// Exclude one or more CIDRs from NAT candidate reporting.
/// ex. --exclude-nat-candidates '0/0' would report no candidates. /// ex. --exclude-nat-candidates '0.0.0.0/0' would report no candidates.
pub exclude_nat_candidates: Vec<IpNetwork>, pub exclude_nat_candidates: Vec<IpNetwork>,
#[structopt(long, conflicts_with = "exclude-nat-candidates")] #[structopt(long, conflicts_with = "exclude-nat-candidates")]