summaryrefslogtreecommitdiff
path: root/src/rebar_prv_compile.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_prv_compile.erl')
-rw-r--r--src/rebar_prv_compile.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_compile.erl b/src/rebar_prv_compile.erl
index 5e7bd82..d89a4b0 100644
--- a/src/rebar_prv_compile.erl
+++ b/src/rebar_prv_compile.erl
@@ -22,7 +22,7 @@ init(State) ->
bare = false,
deps = ?DEPS,
example = "rebar compile",
- short_desc = "",
+ short_desc = "Compile apps .app.src and .erl files.",
desc = "",
opts = []}),
{ok, State1}.