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