From: Miguel de Icaza Date: Thu, 7 Sep 2017 19:17:00 +0000 (-0400) Subject: Shorter X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=eefe01a65594fd4c95bbac862e925ce4fbcb7a69 Shorter --- diff --git a/mcs/mcs/settings.cs b/mcs/mcs/settings.cs index 3479a1bd440..98083a7e0ec 100644 --- a/mcs/mcs/settings.cs +++ b/mcs/mcs/settings.cs @@ -346,7 +346,7 @@ namespace Mono.CSharp { void About () { output.WriteLine ( - "The Mono Turbo C# compiler is Copyright 2001-2011, Novell, Inc. 2011-2016 Xamarin Inc, 2016-2017 Microsoft Corp\n\n" + + "The Turbo C# compiler is Copyright 2001-2011, Novell, Inc. 2011-2016 Xamarin Inc, 2016-2017 Microsoft Corp\n\n" + "The compiler source code is released under the terms of the \n" + "MIT X11 or GNU GPL licenses\n\n" + @@ -1603,7 +1603,7 @@ namespace Mono.CSharp { void Usage () { output.WriteLine ( - "Mono Turbo C# compiler, Copyright 2001-2011 Novell, Inc., 2011-2016 Xamarin, Inc, 2016-2017 Microsoft Corp\n" + + "Turbo C# compiler, Copyright 2001-2011 Novell, Inc., 2011-2016 Xamarin, Inc, 2016-2017 Microsoft Corp\n" + "mcs [options] source-files\n" + " --about About the Mono C# compiler\n" + " -addmodule:M1[,Mn] Adds the module to the generated assembly\n" +