summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-10-10 19:34:10 -0500
committerTristan Sloughter <t@crashfast.com>2014-10-10 19:34:10 -0500
commit6e4b68e28eacefcf42d96dd1492e12b96c1bfdda (patch)
treea55fbea1d3b148a6d462f59477088edf3bff7d73 /src
parentee459df97f8aa7855de85b84dc7ad69c986d93c4 (diff)
fix compile task help msg
Diffstat (limited to 'src')
-rw-r--r--src/rebar_prv_compile.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_compile.erl b/src/rebar_prv_compile.erl
index 60314b3..e8a7154 100644
--- a/src/rebar_prv_compile.erl
+++ b/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},