remove irrelevant error message text
This commit is contained in:
parent
61a4f91baa
commit
ad357d538a
@ -198,7 +198,7 @@ try {
|
|||||||
$JSON_PATH = $(Read-Host "JSON Path")
|
$JSON_PATH = $(Read-Host "JSON Path")
|
||||||
}
|
}
|
||||||
catch {
|
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
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user