Move "deploy" help to "deploying" to avoid collision.

This commit is contained in:
Phil Hagelberg 2011-07-19 19:03:39 -07:00
parent 5286d922ae
commit 251d770ea0
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@
(defn help
"Display a list of tasks or help for a given task.
Also provides readme, tutorial, news, sample, deploy and copying documentation."
Also provides readme, tutorial, news, sample, deploying and copying documentation."
([task] (println (or (static-help task) (help-for task))))
([]
(println "Leiningen is a tool for working with Clojure projects.\n")
@ -93,4 +93,4 @@ Also provides readme, tutorial, news, sample, deploy and copying documentation."
(doseq [task-ns tasks]
(println (help-summary-for task-ns)))
(println "\nRun lein help $TASK for details.")
(println "See also: readme, tutorial, copying, sample, deploy and news.")))
(println "See also: readme, tutorial, copying, sample, deploying and news.")))