summaryrefslogtreecommitdiff
path: root/src/rebar_prv_escripter.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-17 21:41:49 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-17 21:42:15 -0500
commit2357bdf67f2dd95468f07dea7acfa218e7d0d039 (patch)
treeb50b8970c4aca4d12d2d8081acd8e4a06241fe06 /src/rebar_prv_escripter.erl
parent1e5f9e707964ef4e522abd6c41eeed82917d181d (diff)
reworking of help display and parse of commands
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}.