Merge pull request #125 from lucafavatella/neotoma-doc-typo

Fix typo in neotoma help message
This commit is contained in:
Dave Smith 2013-09-20 07:26:11 -07:00
commit e840ac2112

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