Roman Galeev 10 лет назад
Родитель
Сommit
9a2d39842c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/mad.erl

+ 1 - 1
src/mad.erl

@@ -107,7 +107,7 @@ help() ->
     io:format("    invoke := mad params~n"),
     io:format("    invoke := mad params~n"),
     io:format("    params := [] | run params ~n"),
     io:format("    params := [] | run params ~n"),
     io:format("       run := command [ options ]~n"),
     io:format("       run := command [ options ]~n"),
-    io:format("    commad := app | lib | deps | up | compile | release | bundle~n"),
+    io:format("   command := app | lib | deps | up | compile | release | bundle~n"),
     io:format("              clean | start | stop | attach | repl ~n"),
     io:format("              clean | start | stop | attach | repl ~n"),
     return(0).
     return(0).