Skip to content

Commit

Permalink
Merge pull request rebar#110 from tuncer/help
Browse files Browse the repository at this point in the history
Document 'rebar help <CMD1> <CMD2>'
  • Loading branch information
dizzyd committed Jun 29, 2013
2 parents 96c7bd7 + bd3338a commit 2a4350b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rebar.erl
Expand Up @@ -182,6 +182,9 @@ help() ->
"[var=value,...] <command,...>", "[var=value,...] <command,...>",
[{"var=value", "rebar global variables (e.g. force=1)"}, [{"var=value", "rebar global variables (e.g. force=1)"},
{"command", "Command to run (e.g. compile)"}]), {"command", "Command to run (e.g. compile)"}]),
?CONSOLE(
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
"~n~n", []),
?CONSOLE( ?CONSOLE(
"Core rebar.config options:~n" "Core rebar.config options:~n"
" ~p~n" " ~p~n"
Expand Down

0 comments on commit 2a4350b

Please sign in to comment.