Skip to content

Commit bc52af4

Browse files
committed
updated version message
1 parent 819e0b1 commit bc52af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/CompilerCommand.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object CompilerCommand {
3131

3232
def shortUsage: String = s"Usage: $cmdName <options> <source files>"
3333

34-
def versionMsg: String = s"Dotty compiler $versionString -- $copyrightString"
34+
def versionMsg: String = s"Scala compiler $versionString -- $copyrightString"
3535

3636
/** Distill arguments into summary detailing settings, errors and files to compiler */
3737
def distill(args: Array[String])(using Context): ArgsSummary = {

0 commit comments

Comments
 (0)