fix help for 'compile'

This commit is contained in:
Mark Harrah 2010-09-05 10:49:49 -04:00
parent 502f355a65
commit fec83c1470
1 changed files with 1 additions and 1 deletions

View File

@ -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 + """