Ver código fonte

Fix typo in neotoma help message

pull/3/head
Luca Favatella 11 anos atrás
pai
commit
7bee2c0462
1 arquivos alterados com 4 adições e 4 exclusões
  1. +4
    -4
      src/rebar_neotoma_compiler.erl

+ 4
- 4
src/rebar_neotoma_compiler.erl Ver arquivo

@ -70,10 +70,10 @@ info(help, compile) ->
"Valid rebar.config options:~n"
" ~p~n",
[
{neotom_opts, [{doc_root, "src"},
{out_dir, "src"},
{source_ext, ".peg"},
{module_ext, ""}]}
{neotoma_opts, [{doc_root, "src"},
{out_dir, "src"},
{source_ext, ".peg"},
{module_ext, ""}]}
]).
neotoma_opts(Config) ->

Carregando…
Cancelar
Salvar