diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-17 21:41:49 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-17 21:42:15 -0500 |
commit | 2357bdf67f2dd95468f07dea7acfa218e7d0d039 (patch) | |
tree | b50b8970c4aca4d12d2d8081acd8e4a06241fe06 /src/rebar_prv_escripter.erl | |
parent | 1e5f9e707964ef4e522abd6c41eeed82917d181d (diff) |
reworking of help display and parse of commands
Diffstat (limited to 'src/rebar_prv_escripter.erl')
-rw-r--r-- | src/rebar_prv_escripter.erl | 4 |
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}. |