From d490d0a846e953ab579d47e339db87d12696d3f0 Mon Sep 17 00:00:00 2001 From: Renat Zaripov Date: Wed, 8 Jun 2016 15:05:09 +0300 Subject: [PATCH] Fix operation name in help message --- plugins/commands/box/command/remove.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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