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