diff options
Diffstat (limited to 'src/rebar_prv_update.erl')
-rw-r--r-- | src/rebar_prv_update.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_update.erl b/src/rebar_prv_update.erl index 527c582..9df8e60 100644 --- a/src/rebar_prv_update.erl +++ b/src/rebar_prv_update.erl @@ -24,7 +24,7 @@ init(State) -> bare = false, deps = ?DEPS, example = "rebar update cowboy", - short_desc = "", + short_desc = "Update package index or individual dependency.", desc = "", opts = []}), {ok, State1}. |