Skip to content

Commit

Permalink
feat: change tool logo (cli)
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Jul 29, 2020
1 parent 63b70ba commit 8f88f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ internal override bool SuppressDefaultResponseFile(IEnumerable<string> args)
/// <param name="consoleOutput"></param>
public override void PrintLogo(TextWriter consoleOutput)
{
consoleOutput.WriteLine(ErrorFacts.GetMessage(MessageID.IDS_LogoLine1, Culture), GetToolName(), GetCompilerVersion());
consoleOutput.WriteLine(ErrorFacts.GetMessage(MessageID.IDS_LogoLine1, Culture) + " (Open Sesame)", GetToolName(), GetCompilerVersion());
consoleOutput.WriteLine(ErrorFacts.GetMessage(MessageID.IDS_LogoLine2, Culture));
consoleOutput.WriteLine();
}
Expand Down

0 comments on commit 8f88f25

Please sign in to comment.