浏览代码

fix compile task help msg

pull/3/head
Tristan Sloughter 10 年前
父节点
当前提交
6e4b68e28e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_prv_compile.erl

+ 1
- 1
src/rebar_prv_compile.erl 查看文件

@ -20,7 +20,7 @@
-spec init(rebar_state:t()) -> {ok, rebar_state:t()}.
init(State) ->
JobsHelp = io_lib:format(
"Number of concurrent workers a command may use. Default: ~B",
"Number of concurrent workers the compiler may use. Default: ~B",
[?DEFAULT_JOBS]),
State1 = rebar_state:add_provider(State, providers:create([{name, ?PROVIDER},
{module, ?MODULE},

正在加载...
取消
保存