Merge pull request #7406 from rrzaripov/fix-operation-name-in-help
Fix box remove --force help message
This commit is contained in:
commit
08cf08a110
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue