diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2013-09-20 07:26:11 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2013-09-20 07:26:11 -0700 |
commit | e840ac211280b26ec0795960c15744fe8b17affb (patch) | |
tree | 8a2df7ad97e55e2d88982dbf360ba3f3f06fff0b | |
parent | d19a46676c4e5fe51f84b3a8758673212efa0811 (diff) | |
parent | 7bee2c04620de89941468b73e8b2479ae59d7cb6 (diff) |
Merge pull request #125 from lucafavatella/neotoma-doc-typo
Fix typo in neotoma help message
-rw-r--r-- | src/rebar_neotoma_compiler.erl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rebar_neotoma_compiler.erl b/src/rebar_neotoma_compiler.erl index b9f23f2..5549dc4 100644 --- a/src/rebar_neotoma_compiler.erl +++ b/src/rebar_neotoma_compiler.erl @@ -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) -> |