diff --git a/src/leiningen/javac.clj b/src/leiningen/javac.clj index 36669d54..199b38a2 100644 --- a/src/leiningen/javac.clj +++ b/src/leiningen/javac.clj @@ -138,7 +138,7 @@ "Compile Java source files. Add a :java-source-paths key to project.clj to specify where to find them. -Options passed in on the command line as well as options from the :javac-opts +Options passed in on the command line as well as options from the :javac-options vector in project.clj will be given to the compiler; e.g. `lein javac -verbose`. Like the compile and deps tasks, this should be invoked automatically when