From 8057e1e94eb2bb45f0b9210111ce4c590dd33ce0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 14 Mar 2010 14:57:39 -0700 Subject: [PATCH] `vagrant box list` added to error message for invalid subcommand to `vagrant box` --- lib/vagrant/commands.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/commands.rb b/lib/vagrant/commands.rb index d3b60aefc..4f140df66 100644 --- a/lib/vagrant/commands.rb +++ b/lib/vagrant/commands.rb @@ -139,6 +139,7 @@ Please specify a valid action to take on the boxes, either vagrant box add name uri vagrant box remove name +vagrant box list error end