mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Minor change
This commit is contained in:
parent
24fba89a98
commit
fc6afc8559
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ var scanCmd = &cobra.Command{
|
||||||
"concurrency": concurrency,
|
"concurrency": concurrency,
|
||||||
"protocol": protocol,
|
"protocol": protocol,
|
||||||
"subnets": subnets,
|
"subnets": subnets,
|
||||||
"subnet-masks": subnetMask,
|
"subnet-mask": subnetMask.String(),
|
||||||
"cert": cacertPath,
|
"cert": cacertPath,
|
||||||
"disable-probing": disableProbing,
|
"disable-probing": disableProbing,
|
||||||
"disable-caching": disableCache,
|
"disable-caching": disableCache,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue