summaryrefslogtreecommitdiff
path: root/src/rebar_prv_version.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_prv_version.erl')
-rw-r--r--src/rebar_prv_version.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_version.erl b/src/rebar_prv_version.erl
index b2382db..5edcc85 100644
--- a/src/rebar_prv_version.erl
+++ b/src/rebar_prv_version.erl
@@ -26,7 +26,7 @@ init(State) ->
{deps, ?DEPS},
{example, "rebar3 version"},
{short_desc, "Print version for rebar and current Erlang."},
- {desc, ""},
+ {desc, "Print version for rebar and current Erlang."},
{opts, []}])),
{ok, State1}.