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.
1 parent 819e0b1 commit bc52af4Copy full SHA for bc52af4
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