Remove deprecated plugin install option

This commit is contained in:
Chris Roberts 2016-11-11 15:13:03 -08:00
parent 174fe65d66
commit 1806cc1c5c
1 changed files with 0 additions and 9 deletions

View File

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