We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225d570 commit 5c3febdCopy full SHA for 5c3febd
cmd/count.go
@@ -14,7 +14,7 @@ const (
14
countExample = "# Return the count of all addresses within a given IPv4 CIDR range\n" +
15
"cidr count 10.0.0.0/16\n" +
16
"\n" +
17
- "# Return the count of all distinct within a given IPv6 CIDR range\n" +
+ "# Return the count of all addresses within a given IPv6 CIDR range\n" +
18
"cidr count 2001:db8:1234:1a00::/106"
19
)
20
0 commit comments