summaryrefslogtreecommitdiff
path: root/src/rebar_prv_escripter.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_prv_escripter.erl')
-rw-r--r--src/rebar_prv_escripter.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_prv_escripter.erl b/src/rebar_prv_escripter.erl
index f153564..418ac6c 100644
--- a/src/rebar_prv_escripter.erl
+++ b/src/rebar_prv_escripter.erl
@@ -53,8 +53,8 @@ init(State) ->
provider_impl = ?MODULE,
bare = false,
deps = ?DEPS,
- example = "escriptize",
- short_desc = "",
+ example = "rebar escriptize",
+ short_desc = "Build escript from project.",
desc = "",
opts = []}),
{ok, State1}.