From fc6afc8559f4ec4d856a6be8c96f95a7895ad133 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Fri, 9 Aug 2024 17:35:24 -0600 Subject: [PATCH] Minor change --- cmd/scan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/scan.go b/cmd/scan.go index acd29b6..d246149 100644 --- a/cmd/scan.go +++ b/cmd/scan.go @@ -113,7 +113,7 @@ var scanCmd = &cobra.Command{ "concurrency": concurrency, "protocol": protocol, "subnets": subnets, - "subnet-masks": subnetMask, + "subnet-mask": subnetMask.String(), "cert": cacertPath, "disable-probing": disableProbing, "disable-caching": disableCache,