diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-05-15 18:16:35 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-05-15 18:16:35 -0400 |
commit | 45389be7de540ae5632e3f3d889b49c9f9acf20b (patch) | |
tree | 04229ea46cb6ce4e45fd1f0e6b9614748257c272 | |
parent | ae19c6d59c829614bf2e5b92b5d9f0b0368a5166 (diff) | |
parent | 24615d8def4ee741b85c3455f96c47aca1844d2b (diff) |
Merge pull request #433 from sg2342/fix-prv_unlock-usage-string
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."} ]} ]) ), |