|
@@ -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).
|