Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jul 21, 2024
1 parent 225d570 commit 5c3febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/count.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
countExample = "# Return the count of all addresses within a given IPv4 CIDR range\n" +
"cidr count 10.0.0.0/16\n" +
"\n" +
"# 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" +
"cidr count 2001:db8:1234:1a00::/106"
)

Expand Down

0 comments on commit 5c3febd

Please sign in to comment.