From 24615d8def4ee741b85c3455f96c47aca1844d2b Mon Sep 17 00:00:00 2001 From: Stefan Grundmann Date: Fri, 15 May 2015 22:02:40 +0000 Subject: fix usage string in rebar_prv_unlock --- src/rebar_prv_unlock.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar_prv_unlock.erl b/src/rebar_prv_unlock.erl index dc9fe11..9790fcf 100644 --- a/src/rebar_prv_unlock.erl +++ b/src/rebar_prv_unlock.erl @@ -31,7 +31,7 @@ init(State) -> "their name can be listed in the command."}, {opts, [ {package, undefined, undefined, string, - "List of packages to upgrade. If not specified, all dependencies are upgraded."} + "List of packages to unlock. If not specified, all dependencies are unlocked."} ]} ]) ), -- cgit v1.1