소스 검색

Merge pull request #1503 from jfacorro/upgrade-help-fix-typo

Fix typo in help text for upagrde command
pull/1504/head
Fred Hebert 8 년 전
committed by GitHub
부모
커밋
3a5f7091b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_prv_upgrade.erl

+ 1
- 1
src/rebar_prv_upgrade.erl 파일 보기

@ -32,7 +32,7 @@ init(State) ->
{deps, ?DEPS},
{example, "rebar3 upgrade [cowboy[,ranch]]"},
{short_desc, "Upgrade dependencies."},
{desc, "Upgrade project dependecies. Mentioning no application "
{desc, "Upgrade project dependencies. Mentioning no application "
"will upgrade all dependencies. To upgrade specific dependencies, "
"their names can be listed in the command."},
{opts, [

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