From 1806cc1c5c9098d74fe64284730ded63eee70e9f Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 11 Nov 2016 15:13:03 -0800 Subject: [PATCH] Remove deprecated plugin install option --- plugins/commands/plugin/command/mixin_install_opts.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/commands/plugin/command/mixin_install_opts.rb b/plugins/commands/plugin/command/mixin_install_opts.rb index 4846883e1..517b5158b 100644 --- a/plugins/commands/plugin/command/mixin_install_opts.rb +++ b/plugins/commands/plugin/command/mixin_install_opts.rb @@ -13,15 +13,6 @@ module VagrantPlugins options[:entry_point] = entry_point end - # @deprecated - o.on("--plugin-prerelease", - "Allow prerelease versions of this plugin.") do |plugin_prerelease| - puts "--plugin-prelease is deprecated and will be removed in the next" - puts "version of Vagrant. It has no effect now. Use the '--plugin-version'" - puts "flag to get a specific pre-release version." - puts - end - o.on("--plugin-clean-sources", "Remove all plugin sources defined so far (including defaults)") do |clean| options[:plugin_sources] = [] if clean