Skip to content

Commit

Permalink
Merge pull request #91 from bschaatsbergen/c/improve-explain-output
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jan 8, 2024
2 parents 4c998ef + 0c229dc commit 33a4efd
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 33a4efd

Please sign in to comment.