瀏覽代碼

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

Fix typo in neotoma help message
pull/3/head
Dave Smith 11 年之前
父節點
當前提交
e840ac2112
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/rebar_neotoma_compiler.erl

+ 4
- 4
src/rebar_neotoma_compiler.erl 查看文件

@ -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"},
{out_dir, "src"},
{source_ext, ".peg"},
{module_ext, ""}]}
{neotoma_opts, [{doc_root, "src"},
{out_dir, "src"},
{source_ext, ".peg"},
{module_ext, ""}]}
]). ]).
neotoma_opts(Config) -> neotoma_opts(Config) ->

Loading…
取消
儲存