diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-06-29 15:10:23 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-06-29 15:10:23 +0200 |
commit | bd3338a0a7ae2f997ba6b5c64a7ca0e89b320463 (patch) | |
tree | 0763d1d18010c934749e8e5e775bd969f3fe1e1c | |
parent | 96c7bd7338c0bc0cc82c353665d148e4e513bfee (diff) |
Document 'rebar help <CMD1> <CMD2>'
-rw-r--r-- | src/rebar.erl | 3 |
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" |