Skip to content

Commit dffccfa

Browse files
authored
Merge pull request #2529 from lampepfl/DarkDimius-patch-2
Report that we are not scalac but dotc in help output
2 parents 6d18c2d + 8fc052a commit dffccfa

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
@@ -11,7 +11,7 @@ import Properties._
1111
object CompilerCommand extends DotClass {
1212

1313
/** The name of the command */
14-
def cmdName = "scalac"
14+
def cmdName = "dotc"
1515

1616
private def explainAdvanced = """
1717
|-- Notes on option parsing --

0 commit comments

Comments
 (0)