From 87842346c67f5ca1a85419b0e5af98af78ea70bf Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Tue, 21 Sep 2010 22:32:54 -0400 Subject: [PATCH] rename compile command to avoid conflict with compile task --- main/CommandSupport.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =