diff --git a/src/rebar.erl b/src/rebar.erl index ded5ebe..1902f14 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -182,6 +182,9 @@ help() -> "[var=value,...] ", [{"var=value", "rebar global variables (e.g. force=1)"}, {"command", "Command to run (e.g. compile)"}]), + ?CONSOLE( + "Type 'rebar help ' for help on specific commands." + "~n~n", []), ?CONSOLE( "Core rebar.config options:~n" " ~p~n"