From a4916884bad20fb9b15c427ba61297b6248b7476 Mon Sep 17 00:00:00 2001 From: Maciej Lasyk Date: Thu, 6 Jan 2022 20:34:47 +0100 Subject: [PATCH] chore: help update --- cmd/contains.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/contains.go b/cmd/contains.go index ae45d10..ff0d164 100644 --- a/cmd/contains.go +++ b/cmd/contains.go @@ -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) }