From 22f62e183192bd08f99869960489406b95dc731a Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Sat, 21 Jul 2018 23:12:08 -0400 Subject: output fix --- Powermad.ps1 | 4 ++-- 1 file 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 } -- cgit v1.2.3