Merge pull request #7406 from rrzaripov/fix-operation-name-in-help

Fix box remove --force help message
This commit is contained in:
Seth Vargo 2016-06-08 14:45:24 -04:00
commit 08cf08a110
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module VagrantPlugins
o.separator "Options:"
o.separator ""
o.on("-f", "--force", "Destroy without confirmation.") do |f|
o.on("-f", "--force", "Remove without confirmation.") do |f|
options[:force] = f
end