瀏覽代碼

Fix description in "rebar3 new"

`template` is not a kv-style argument, but a plain argument. If you give `template=app` on the command line, you get "template not found."
pull/686/head
Sean Cribbs 10 年之前
父節點
當前提交
a9aca6190c
共有 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…
取消
儲存