From a97efcc5f58657c7e42d88b70ca01e60a9acf5ec Mon Sep 17 00:00:00 2001 From: Frederick Giasson Date: Fri, 16 Jan 2015 14:26:16 -0500 Subject: [PATCH] Fixed documentation to make it consistent --- src/marginalia/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]