Namdak Tonpa 6 years ago
parent
commit
c30043988d
3 changed files with 3 additions and 3 deletions
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 2 2
      src/mad.erl

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"7cfbfa").
+-define(VERSION,"9bc761").

BIN
mad


+ 2 - 2
src/mad.erl

@@ -69,7 +69,7 @@ help()            -> info("MAD Manage Dependencies ~s~n",[?VERSION]),
                      info("~n"),
                      info("    invoke = mad | mad params~n"),
                      info("    params = []  | command [options] params ~n"),
-                     info("   command = app [name] | deps | clean | compile | strip~n"),
-                     info("           | bundle [beam|script] | get repo | up [name] ~n"),
+                     info("   command = app [web|mqtt] <name> | deps | clean | compile | strip~n"),
+                     info("           | bundle [beam|script] <name> | get <repo> | up [name] ~n"),
                      info("           | start | stop | attach | repl | static [watch|min] ~n"),
                      return(false).