remove irrelevant error message text

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

View File

@ -198,8 +198,8 @@ try {
$JSON_PATH = $(Read-Host "JSON Path")
}
catch {
Write-Host "Error: Please pass the peas.out file and the path to save the json`npeas2json.ps1 <output_file> <json_file.json>"
Write-Host "Error: Please pass the peas.out file and the path to save the json"
exit
}
main
main