소스 검색

Fix typo in neotoma help message

pull/3/head
Luca Favatella 11 년 전
부모
커밋
7bee2c0462
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"
" ~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) ->

불러오는 중...
취소
저장