summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorBob Maerten <bob.maerten@gmail.com>2012-07-12 14:19:10 +0300
committerBob Maerten <bob.maerten@gmail.com>2012-07-12 14:19:10 +0300
commit5001412f6d127d8360ea8e0d775e7184aae2091d (patch)
tree43b4a7cc77854391ba053527969e64a830db6145 /plugins
parent11034217a7ea3cffe6e0fe631837c518b8c7e1a5 (diff)
downloadzsh-5001412f6d127d8360ea8e0d775e7184aae2091d.tar.gz
zsh-5001412f6d127d8360ea8e0d775e7184aae2091d.tar.bz2
zsh-5001412f6d127d8360ea8e0d775e7184aae2091d.zip
vagrant uses 'ssh-config' command, not 'ssh_config'
Diffstat (limited to 'plugins')
-rw-r--r--plugins/vagrant/_vagrant2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant
index 483b29c53..1eed7f988 100644
--- a/plugins/vagrant/_vagrant
+++ b/plugins/vagrant/_vagrant
@@ -15,7 +15,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'