Skip to content

Commit

Permalink
chore: rename Address Count to Host Addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jan 5, 2024
1 parent 4c998ef commit 0c229dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/explain.go
Expand Up @@ -123,7 +123,7 @@ func explain(details *networkDetailsToDisplay) {
} else if details.BroadcastAddressHasError && details.IsIPV4Network {
fmt.Printf(color.RedString("Broadcast Address:\t ")+"%s\n", details.BroadcastAddress)
}
fmt.Printf(color.BlueString("Address Count:\t\t ")+"%s\n", details.Count)
fmt.Printf(color.BlueString("Host Addresses:\t\t ")+"%s\n", details.Count)

if details.PrefixLength > 1 {
lengthIndicator = "bits"
Expand Down

0 comments on commit 0c229dc

Please sign in to comment.