summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-02-24 22:32:50 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-02-24 22:36:31 +0100
commita554744fc04708eb622974313ef342e07d386c53 (patch)
treed3223de18db55b360ce11b0826fd0a0bf6823ae7
parentc29f8b45ae5b9fe89fa0854bc243bcd6dd0c3a3f (diff)
Mention rebar -c/--commands
-rw-r--r--src/rebar.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index 5064202..a1abfe3 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -184,6 +184,8 @@ help() ->
"[var=value,...] <command,...>",
[{"var=value", "rebar global variables (e.g. force=1)"},
{"command", "Command to run (e.g. compile)"}]),
+
+ ?CONSOLE("To see a list of built-in commands, execute rebar -c.~n~n", []),
?CONSOLE(
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
"~n~n", []),