From 8fc052abf27fa8c5a082e39c4b9b38c4f4a04198 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 25 May 2017 10:26:40 +0200 Subject: [PATCH] Report that we are not scalac but dotc in help output --- compiler/src/dotty/tools/dotc/config/CompilerCommand.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/dotty/tools/dotc/config/CompilerCommand.scala b/compiler/src/dotty/tools/dotc/config/CompilerCommand.scala index c2301a3aa252..3b8f61427e15 100644 --- a/compiler/src/dotty/tools/dotc/config/CompilerCommand.scala +++ b/compiler/src/dotty/tools/dotc/config/CompilerCommand.scala @@ -11,7 +11,7 @@ import Properties._ object CompilerCommand extends DotClass { /** The name of the command */ - def cmdName = "scalac" + def cmdName = "dotc" private def explainAdvanced = """ |-- Notes on option parsing --