aboutsummaryrefslogtreecommitdiff
path: root/lux-lein/src/leiningen/lux.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lein/src/leiningen/lux.clj')
-rw-r--r--lux-lein/src/leiningen/lux.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lein/src/leiningen/lux.clj b/lux-lein/src/leiningen/lux.clj
index 4902d048f..40f39f9d3 100644
--- a/lux-lein/src/leiningen/lux.clj
+++ b/lux-lein/src/leiningen/lux.clj
@@ -23,7 +23,7 @@
"repl"
(&repl/repl project)
- "watch"
+ "auto"
(case (second args)
"build"
(&watch/watch #(&builder/build project) project)
@@ -32,5 +32,5 @@
(&watch/watch #(&test/test project) project))
;; default...
- (println "Commands available: (watch) build, (watch) test, repl"))
+ (println "Commands available: (auto) build, (auto) test, repl"))
)