diff options
-rw-r--r-- | src/rebar_prv_unlock.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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."} ]} ]) ), |