소스 검색

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

불러오는 중...
취소
저장