remove irrelevant error message text
This commit is contained in:
parent
61a4f91baa
commit
ad357d538a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user