瀏覽代碼

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"
"~n"
"Valid command line options:~n"
" template= [var=foo,...]~n", []).
" <template> [var=foo,...]~n", []).
is_forced(State) ->
{Args, _} = rebar_state:command_parsed_args(State),

Loading…
取消
儲存