diff options
author | Stefan Grundmann <sg2342@googlemail.com> | 2015-05-15 22:02:40 +0000 |
---|---|---|
committer | Stefan Grundmann <sg2342@googlemail.com> | 2015-05-15 22:05:10 +0000 |
commit | 24615d8def4ee741b85c3455f96c47aca1844d2b (patch) | |
tree | 04229ea46cb6ce4e45fd1f0e6b9614748257c272 | |
parent | ae19c6d59c829614bf2e5b92b5d9f0b0368a5166 (diff) |
fix usage string in rebar_prv_unlock
-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."} ]} ]) ), |