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 6d18c2d commit 8fc052aCopy full SHA for 8fc052a
compiler/src/dotty/tools/dotc/config/CompilerCommand.scala
@@ -11,7 +11,7 @@ import Properties._
11
object CompilerCommand extends DotClass {
12
13
/** The name of the command */
14
- def cmdName = "scalac"
+ def cmdName = "dotc"
15
16
private def explainAdvanced = """
17
|-- Notes on option parsing --
0 commit comments