From a3274e1bc86214d96b4047b88683a68f516d0997 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Thu, 2 Apr 2015 13:40:49 +0000 Subject: Fixes #306: help text consistency --- src/rebar_prv_help.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rebar_prv_help.erl') diff --git a/src/rebar_prv_help.erl b/src/rebar_prv_help.erl index 9e22530..b450023 100644 --- a/src/rebar_prv_help.erl +++ b/src/rebar_prv_help.erl @@ -58,11 +58,11 @@ format_error(Reason) -> %% print help/usage string %% help(State) -> - ?CONSOLE("Rebar is a tool for working with Erlang projects.~n~n", []), + ?CONSOLE("Rebar3 is a tool for working with Erlang projects.~n~n", []), OptSpecList = rebar3:global_option_spec_list(), getopt:usage(OptSpecList, "rebar", "", []), ?CONSOLE("~nSeveral tasks are available:~n", []), providers:help(rebar_state:providers(State)), - ?CONSOLE("~nRun 'rebar help ' for details.~n~n", []). + ?CONSOLE("~nRun 'rebar3 help ' for details.~n~n", []). -- cgit v1.1