Skip to content

Commit 3265dbc

Browse files
authored
Update Console Banner
1 parent d9a967e commit 3265dbc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Windows Build Identifier/Program.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,9 +953,8 @@ private static int RunIdentifyAndReturnExitCode(IdentifyOptions opts)
953953
private static void PrintBanner()
954954
{
955955
Console.WriteLine();
956-
Console.WriteLine("Release Identifier Tool");
957-
Console.WriteLine("Release Database Indexing Toolset");
958-
Console.WriteLine("Gustave Monce (@gus33000) (c) 2009-2020");
956+
Console.WriteLine("Windows Build Identifier (WBI)");
957+
Console.WriteLine("Gustave Monce (@gus33000) (c) 2018-2021");
959958
Console.WriteLine("Thomas Hounsell (c) 2021");
960959
Console.WriteLine();
961960
}

0 commit comments

Comments
 (0)