mirror of https://github.com/sbt/sbt.git
fix help for 'compile'
This commit is contained in:
parent
502f355a65
commit
fec83c1470
|
|
@ -142,7 +142,7 @@ DiscoverSyntax + """
|
|||
|
||||
def CompileName = "compile"
|
||||
def CompileBrief = (CompileSyntax, "Incrementally compiles the provided sources.")
|
||||
def CompileSyntax = Compile + " -src <paths> [-cp <paths>] [-d <path>]"
|
||||
def CompileSyntax = CompileName + " -src <paths> [-cp <paths>] [-d <path>]"
|
||||
def CompileDetailed =
|
||||
CompileSyntax + """
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue