From c0ab30b1de3062cf3cd408f6cbf457df9efa042e Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 21 Aug 2015 12:43:17 +0100 Subject: [PATCH] Fix for robbyrussell/#4130 --- plugins/vagrant/_vagrant | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 76f80b0d7..62e01fa74 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -35,6 +35,8 @@ _box_arguments=( 'add:NAME URI Add a box to the system' 'help:COMMAND Describe subcommands or one specific subcommand' 'list:Lists all installed boxes' + 'update:NAME Updates the box if outdated' + 'outdated:NAME Check if a box is outdated' 'remove:NAME Remove a box from the system' 'repackage:NAME Repackage an installed box into a `.box` file.' )