From 5f6e4d3fb4781519cfa80c0bb0552eda6ff12f32 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 11 Sep 2023 10:56:09 +0200 Subject: [PATCH] Update what-is.ps1 --- Data/Abbr/computing.csv | 2 ++ Scripts/what-is.ps1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Data/Abbr/computing.csv b/Data/Abbr/computing.csv index 2ec1549d..f71fb0fb 100644 --- a/Data/Abbr/computing.csv +++ b/Data/Abbr/computing.csv @@ -1876,6 +1876,7 @@ NSAPI,Netscape Server Application Programming Interface NSIS,Next Steps in Signaling NSP,network service provider NT1,network terminator 1 +NTIA,"(U.S.) National Telecommunications and Information Administration" NTFS,New Technology File System NTP,Network Time Protocol NTR,Normal Trade Relations @@ -2325,6 +2326,7 @@ SAX,Simple API for XML SBAs,search-based applications SBC,session border controller SBIR,Small Business Innovative Research +SBOM,Software bill of materials SBR,skill-based routing SC,sunk cost SC,supply chain diff --git a/Scripts/what-is.ps1 b/Scripts/what-is.ps1 index ca7d842f..68ee1b82 100755 --- a/Scripts/what-is.ps1 +++ b/Scripts/what-is.ps1 @@ -28,7 +28,7 @@ try { "💡 $($row.ABBR) in $basename refers to: $($row.MEANING)" } } - if ($basename -eq "") { "🤷‍ Sorry, my databases have no '$abbr' entry." } + if ($basename -eq "") { "🤷‍ Sorry, no '$abbr' entry found in my abbrevation tables (located at .../Data/Abbr/)." } exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"