Browse Source

can't attach through erlang

Maxim Sokhatsky 10 years ago
parent
commit
116090e0c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mad.erl

+ 1 - 1
src/mad.erl

@@ -80,5 +80,5 @@ help() ->
     io:format("    params := [] | run params ~n"),
     io:format("       run := command [ help | options ]~n"),
     io:format("       cmd := app | lib | deps | compile | bundle~n"),
-    io:format("              run | stop | attach | repl ~n"),
+    io:format("              start | stop | repl ~n"),
     halt().