Update what-is.ps1

This commit is contained in:
Markus Fleschutz
2021-11-29 07:59:13 +01:00
parent 742865ea2c
commit 75dc90af86
3 changed files with 96 additions and 6 deletions

View File

@ -31,7 +31,7 @@ try {
foreach($Row in $Table) {
if ($Row.Abbreviation -eq $abbreviation) {
$Basename = (get-item "$File").Basename
Reply " $($Row.Definition) ($($Row.Abbreviation)) in $Basename."
Reply " - $($Row.Definition) ($($Row.Abbreviation)) in $Basename"
$FoundOne = $true
}
}