Browse Source

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

Fix typo in help text for upagrde command
pull/1504/head
Fred Hebert 8 years ago
committed by GitHub
parent
commit
3a5f7091b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_upgrade.erl

+ 1
- 1
src/rebar_prv_upgrade.erl View File

@ -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, [

Loading…
Cancel
Save