diff --git a/main/CommandSupport.scala b/main/CommandSupport.scala index ee362ac13..8fdc88082 100644 --- a/main/CommandSupport.scala +++ b/main/CommandSupport.scala @@ -145,7 +145,7 @@ DiscoverSyntax + """ Classes with one or more of these annotations on the class or one of its non-private methods are included in the resulting list. """ - def CompileName = "compile" + def CompileName = "direct-compile" def CompileBrief = (CompileSyntax, "Incrementally compiles the provided sources.") def CompileSyntax = CompileName + " -src [-cp ] [-d ]" def CompileDetailed =