core: note backwards incompat in code

This commit is contained in:
Mitchell Hashimoto 2013-09-01 12:27:15 -07:00
parent e5b35d1c83
commit df02ddb68c
1 changed files with 5 additions and 0 deletions

View File

@ -383,6 +383,11 @@ module VagrantPlugins
if options[:mount_options] && !options[:mount_options].is_a?(Array)
errors << I18n.t("vagrant.config.vm.shared_folder_mount_options_array")
end
# One day remove this probably.
if options[:extra]
errors << "The 'extra' flag on synced folders is now 'mount_options'"
end
end
if has_nfs