소스 검색

Merge pull request #686 from seancribbs/patch-1

Fix description in "rebar3 new"
pull/689/head
Fred Hebert 10 년 전
부모
커밋
e786d8eb6a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_new.erl

+ 1
- 1
src/rebar_prv_new.erl 파일 보기

@ -70,7 +70,7 @@ info() ->
"Create rebar3 project based on template and vars.~n" "Create rebar3 project based on template and vars.~n"
"~n" "~n"
"Valid command line options:~n" "Valid command line options:~n"
" template= [var=foo,...]~n", []).
" <template> [var=foo,...]~n", []).
is_forced(State) -> is_forced(State) ->
{Args, _} = rebar_state:command_parsed_args(State), {Args, _} = rebar_state:command_parsed_args(State),

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