summaryrefslogtreecommitdiff
path: root/src/rebar_prv_tar.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_prv_tar.erl')
-rw-r--r--src/rebar_prv_tar.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_tar.erl b/src/rebar_prv_tar.erl
index 44d83db..607d533 100644
--- a/src/rebar_prv_tar.erl
+++ b/src/rebar_prv_tar.erl
@@ -24,7 +24,7 @@ init(State) ->
bare = false,
deps = ?DEPS,
example = "rebar tar",
- short_desc = "",
+ short_desc = "Tar archive of release built of project.",
desc = "",
opts = []}),
{ok, State1}.