summaryrefslogtreecommitdiff
path: root/src/rebar.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2013-06-29 15:10:23 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2013-06-29 15:10:23 +0200
commitbd3338a0a7ae2f997ba6b5c64a7ca0e89b320463 (patch)
tree0763d1d18010c934749e8e5e775bd969f3fe1e1c /src/rebar.erl
parent96c7bd7338c0bc0cc82c353665d148e4e513bfee (diff)
Document 'rebar help <CMD1> <CMD2>'
Diffstat (limited to 'src/rebar.erl')
-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"