|
@@ -67,8 +67,8 @@ help(Reason,D) -> help(io_lib:format("~s ~p", [Reason, D])).
|
|
|
help(_Msg) -> help().
|
|
|
help() -> info("MAD Manage Dependencies ~s~n",[?VERSION]),
|
|
|
info("~n"),
|
|
|
- info(" invoke = mad | mad params~n"),
|
|
|
- info(" params = [] | command [options] params ~n"),
|
|
|
+ info(" invoke = mad | mad list~n"),
|
|
|
+ info(" list = [] | command [options] list ~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 <min> ~n"),
|