summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <egil@erlang.org>2016-11-03 17:02:38 +0100
committerBjörn-Egil Dahlberg <egil@erlang.org>2016-11-03 17:02:38 +0100
commit95844531946ab7eabe3bd40df7133b200b292646 (patch)
treef4ccc4ca6bb36220e2ae559147d06a6bcf933047
parent7f8e1c8294f83911e247e438a948f12ae42c1fe2 (diff)
Fix usage decription of 'rebar3'
-rw-r--r--src/rebar_prv_help.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_help.erl b/src/rebar_prv_help.erl
index 75cc609..f34c755 100644
--- a/src/rebar_prv_help.erl
+++ b/src/rebar_prv_help.erl
@@ -57,7 +57,7 @@ format_error(Reason) ->
help(State) ->
?CONSOLE("Rebar3 is a tool for working with Erlang projects.~n~n", []),
OptSpecList = rebar3:global_option_spec_list(),
- getopt:usage(OptSpecList, "rebar", "", []),
+ getopt:usage(OptSpecList, "rebar3", "", []),
?CONSOLE("~nSeveral tasks are available:~n", []),
providers:help(rebar_state:providers(State)),