Merge pull request #105 from ehamberg/patch-1

Fix completion of “vagrant ssh-config”
This commit is contained in:
Julien Nicoulaud 2012-09-21 07:18:39 -07:00
commit 0d0bc8c8b5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ _1st_arguments=(
'reload:Reload the vagrant environment'
'resume:Resumes a suspend vagrant environment'
'ssh:SSH into the currently running environment'
'ssh_config:outputs .ssh/config valid syntax for connecting to this environment via ssh.'
'ssh-config:outputs .ssh/config valid syntax for connecting to this environment via ssh.'
'status:Shows the status of the current Vagrant environment.'
'suspend:Suspends the currently running vagrant environment'
'up:Creates the vagrant environment'