diff --git a/src/marginalia/core.clj b/src/marginalia/core.clj index 871b135..6274c1b 100644 --- a/src/marginalia/core.clj +++ b/src/marginalia/core.clj @@ -275,7 +275,7 @@ If not given will be taken from project.clj"] ["-m" "--multi" "Generate each namespace documentation as a separate file" :flag true] ["-l" "--leiningen" "Generate the documentation for a Leiningen project file."] - ["-e" "--exclude" "Exclude source file(s) from the document generation process ;;... + ["-e" "--exclude" "Exclude source file(s) from the document generation process ;;... If not given will be taken from project.clj"]) sources (distinct (format-sources (seq files))) sources (if leiningen (cons leiningen sources) sources)]