Skip to content

Commit

Permalink
chore: help update
Browse files Browse the repository at this point in the history
  • Loading branch information
docent-net committed Jan 6, 2022
1 parent 9b9cad6 commit a491688
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/contains.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ func getSubnetInfo(args []string) string {
192.168.0.0/24) and an IP address as exact 2 arguments for
this command, e.g: ipcalc-contains 192.168.0.0/24 192.168.100.1
You can also provide two network to check, if the first contains the
second:
ipcalc-contains 192.168.0.0/20 192.168.0.0/30
Run --help for details`)
os.Exit(1)
}
Expand Down

0 comments on commit a491688

Please sign in to comment.