From bce7af20ce5b6d6266d284dcbdb04203e0665592 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Sun, 14 Nov 2021 10:24:25 +0900 Subject: [PATCH] client: fix NAT traverse helptext --- shared/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/types.rs b/shared/src/types.rs index 7bac86d..acce765 100644 --- a/shared/src/types.rs +++ b/shared/src/types.rs @@ -396,7 +396,7 @@ pub struct NatOpts { #[structopt(long)] /// 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, #[structopt(long, conflicts_with = "exclude-nat-candidates")]