diff --git a/plugins/commands/box/command/remove.rb b/plugins/commands/box/command/remove.rb index 4bedd96c0..d7b48ba4a 100644 --- a/plugins/commands/box/command/remove.rb +++ b/plugins/commands/box/command/remove.rb @@ -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