1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-14 08:54:27 +01:00

remove irrelevant error message text

This commit is contained in:
Aidan Feess 2023-12-14 14:45:01 -06:00 committed by GitHub
parent c131c20a43
commit 61a4f91baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -391,7 +391,7 @@ try {
$HTML_PATH = $(Read-Host "HTML Path")
}
catch {
Write-Host "Error: Please pass the peas.out file and the path to save the html`njson2html.ps1 <output_file> <HTML_file.html>"
Write-Host "Error: Please pass the peas.out file and the path to save the html"
exit
}