Fix typo in neotoma help message

This commit is contained in:
Luca Favatella 2013-08-30 10:42:43 +01:00
parent 620c4b01c6
commit 7bee2c0462

View file

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