Procházet zdrojové kódy

Fix typo in neotoma help message

pull/3/head
Luca Favatella před 11 roky
rodič
revize
7bee2c0462
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      src/rebar_neotoma_compiler.erl

+ 4
- 4
src/rebar_neotoma_compiler.erl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit