summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/vagrant/_vagrant1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant
index 7bdfb0f1c..a590b0621 100644
--- a/plugins/vagrant/_vagrant
+++ b/plugins/vagrant/_vagrant
@@ -10,6 +10,7 @@ _1st_arguments=(
'destroy:Destroys the vagrant environment'
'halt:Halts the currently running vagrant environment'
'init:[box_name] [box_url] Initializes current folder for Vagrant usage'
+ 'login:Authenticates against a Vagrant Cloud server to access protected boxes'
'package:Packages a vagrant environment for distribution'
'plugin:Plugin commands'
'provision:Run the provisioner'