summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Favatella <luca.favatella@erlang-solutions.com>2013-08-30 10:42:43 +0100
committerLuca Favatella <luca.favatella@erlang-solutions.com>2013-08-30 10:44:24 +0100
commit7bee2c04620de89941468b73e8b2479ae59d7cb6 (patch)
treed94419156fef2b92923f1e8a44b8806d58d70ad8
parent620c4b01c6e59d47e92ea069f8510b8cb482ebae (diff)
downloadrebar-7bee2c04620de89941468b73e8b2479ae59d7cb6.tar.gz
Fix typo in neotoma help message
-rw-r--r--src/rebar_neotoma_compiler.erl8
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) ->