Skip to content

Commit

Permalink
improve help
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jul 27, 2011
1 parent 670f2e6 commit 5512a4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/leiningen/control.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(ns leiningen.control
(:use [leiningen.help :only (help-for)])
(:use [leiningen.compile :only (eval-in-project)])
(:use [control.core :only (do-begin)]))

Expand All @@ -17,7 +16,7 @@
"run user-defined clojure-control tasks"
{}
([project]
(println (help-for "control")))
(println "Usage: lein control cluster task [args...]"))
([project & args]
(load-control-file project)
(do-begin args)))
Expand Down

0 comments on commit 5512a4f

Please sign in to comment.