updated usage

This commit is contained in:
Stephen McQuay 2018-03-30 11:05:57 -07:00
parent e6781ea5cd
commit 7bb97c0b39
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"os" "os"
) )
const usage = "sn <cidr>" const usage = "cidr <cidr>[, cidr2,...,cidrN]"
func main() { func main() {
if len(os.Args) < 2 { if len(os.Args) < 2 {