From bd3338a0a7ae2f997ba6b5c64a7ca0e89b320463 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 29 Jun 2013 15:10:23 +0200 Subject: Document 'rebar help ' --- src/rebar.erl | 3 +++ 1 file changed, 3 insertions(+) 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 ' for help on specific commands." + "~n~n", []), + ?CONSOLE( "Core rebar.config options:~n" " ~p~n" " ~p~n" -- cgit v1.1