From a554744fc04708eb622974313ef342e07d386c53 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 24 Feb 2014 22:32:50 +0100 Subject: [PATCH] Mention rebar -c/--commands --- src/rebar.erl | 2 ++ 1 file changed, 2 insertions(+) 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,...] ", [{"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 ' for help on specific commands." "~n~n", []),