浏览代码

fix usage string in rebar_prv_unlock

pull/433/head
Stefan Grundmann 10 年前
父节点
当前提交
24615d8def
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_prv_unlock.erl

+ 1
- 1
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."}
]}
])
),

正在加载...
取消
保存