summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rebar.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index ded5ebe..1902f14 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -183,6 +183,9 @@ help() ->
[{"var=value", "rebar global variables (e.g. force=1)"},
{"command", "Command to run (e.g. compile)"}]),
?CONSOLE(
+ "Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
+ "~n~n", []),
+ ?CONSOLE(
"Core rebar.config options:~n"
" ~p~n"
" ~p~n"