aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Powermad.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/Powermad.ps1 b/Powermad.ps1
index 9d41b6d..285b198 100644
--- a/Powermad.ps1
+++ b/Powermad.ps1
@@ -3158,14 +3158,14 @@ function New-DNSRecordArray
}
catch
{
- Write-Output "[-] Error finding local IP, specify manually with -DNSData"
+ Write-Output "[-] Error finding local IP, specify manually with -Data"
throw
}
}
elseif(!$Data)
{
- Write-Output "[-] -DNSData required with record type $Type"
+ Write-Output "[-] -Data required with record type $Type"
throw
}