diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-09-15 15:51:45 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-09-15 15:51:45 -0500 |
commit | 81ce66600aad83f057b706cd3eda83cf6e9a1a14 (patch) | |
tree | ecd30a4999724e81a14bf288d5d86950174e5601 /src | |
parent | 493d290a3f0401ab394d3e039ab773c4ef28e38f (diff) | |
parent | 16757c0c5431acdda7082d8cd8e240935b88d785 (diff) |
Merge pull request #809 from processone/fix_plugins_typo
Fix typo in plugins command help
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_plugins_upgrade.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_plugins_upgrade.erl b/src/rebar_prv_plugins_upgrade.erl index f946f40..87f20df 100644 --- a/src/rebar_prv_plugins_upgrade.erl +++ b/src/rebar_prv_plugins_upgrade.erl @@ -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"}]}])), |