Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger committed Jul 29, 2022
1 parent 705c6ce commit a7ed77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/checkip/checkip.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func init() {

var a = flag.Bool("a", false, "run all available checks")
var j = flag.Bool("j", false, "output all results in JSON")
var c = flag.Int("c", 5, "number IP addresses being checked concurrently")
var c = flag.Int("c", 5, "IP addresses being checked concurrently")

type IpAndResults struct {
IP net.IP
Expand Down

0 comments on commit a7ed77c

Please sign in to comment.