summaryrefslogtreecommitdiff
path: root/src/rebar_prv_escriptize.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-04-03 09:19:37 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-04-03 09:19:37 -0500
commit9a985df6e457cd558e7b5868de896b6b4a5043aa (patch)
tree08401f765b0a95a8fe1005a22e27ca7e05a1b1d9 /src/rebar_prv_escriptize.erl
parentae7c039336db80865d887e0d9b3a1ffdc55d161e (diff)
parenta3274e1bc86214d96b4047b88683a68f516d0997 (diff)
Merge pull request #308 from ferd/consistent-doc
Fixes #306: help text consistency
Diffstat (limited to 'src/rebar_prv_escriptize.erl')
-rw-r--r--src/rebar_prv_escriptize.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_escriptize.erl b/src/rebar_prv_escriptize.erl
index 69ac7fe..d17699e 100644
--- a/src/rebar_prv_escriptize.erl
+++ b/src/rebar_prv_escriptize.erl
@@ -51,7 +51,7 @@ init(State) ->
{deps, ?DEPS},
{example, "rebar3 escriptize"},
{opts, []},
- {short_desc, "Generate escript archive"},
+ {short_desc, "Generate escript archive."},
{desc, desc()}
]),
{ok, rebar_state:add_provider(State, Provider)}.