mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Mention rebar -c/--commands
This commit is contained in:
parent
c29f8b45ae
commit
a554744fc0
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ 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("To see a list of built-in commands, execute rebar -c.~n~n", []),
|
||||||
?CONSOLE(
|
?CONSOLE(
|
||||||
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
|
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
|
||||||
"~n~n", []),
|
"~n~n", []),
|
||||||
|
|
Loading…
Reference in a new issue