We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f97379 + bc52af4 commit 24f018dCopy full SHA for 24f018d
compiler/src/dotty/tools/dotc/config/CompilerCommand.scala
@@ -31,7 +31,7 @@ object CompilerCommand {
31
32
def shortUsage: String = s"Usage: $cmdName <options> <source files>"
33
34
- def versionMsg: String = s"Dotty compiler $versionString -- $copyrightString"
+ def versionMsg: String = s"Scala compiler $versionString -- $copyrightString"
35
36
/** Distill arguments into summary detailing settings, errors and files to compiler */
37
def distill(args: Array[String])(using Context): ArgsSummary = {
0 commit comments