Minor change

This commit is contained in:
David Allen 2024-08-09 17:35:24 -06:00
parent 24fba89a98
commit fc6afc8559
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -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,