Skip to content

Commit

Permalink
Document 'rebar help <CMD1> <CMD2>'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Jun 29, 2013
1 parent 96c7bd7 commit bd3338a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rebar.erl
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ help() ->
"[var=value,...] <command,...>",
[{"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"
Expand Down

0 comments on commit bd3338a

Please sign in to comment.