Fix operation name in help message

This commit is contained in:
Renat Zaripov 2016-06-08 15:05:09 +03:00
parent 508e5d3863
commit d490d0a846
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