Browse Source

Merge pull request #809 from processone/fix_plugins_typo

Fix typo in plugins command help
pull/810/head
Tristan Sloughter 9 years ago
parent
commit
81ce66600a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_plugins_upgrade.erl

+ 1
- 1
src/rebar_prv_plugins_upgrade.erl View File

@ -24,7 +24,7 @@ init(State) ->
{bare, true},
{deps, ?DEPS},
{example, "rebar3 plugins upgrade <plugin>"},
{short_desc, "Uprade plugins"},
{short_desc, "Upgrade plugins"},
{desc, "List or upgrade plugins"},
{opts, [{plugin, undefined, undefined, string,
"Plugin to upgrade"}]}])),

Loading…
Cancel
Save