summaryrefslogtreecommitdiff
path: root/plugins/vagrant
diff options
context:
space:
mode:
authorMichal Mazur <michal@michalmazur.com>2018-10-02 15:56:50 -0400
committerMarc Cornellà <marc.cornella@live.com>2018-10-02 21:56:50 +0200
commit3db25d578ac8c0f4c3ca96a4242ba553f561557d (patch)
tree775432e002d0e4a91ddfc9557597eb9e68a0dcd4 /plugins/vagrant
parent5cf46edef39649f6d75b9553318786de247c4e99 (diff)
downloadzsh-3db25d578ac8c0f4c3ca96a4242ba553f561557d.tar.gz
zsh-3db25d578ac8c0f4c3ca96a4242ba553f561557d.tar.bz2
zsh-3db25d578ac8c0f4c3ca96a4242ba553f561557d.zip
vagrant: fix typo in completion (#5846)
Diffstat (limited to 'plugins/vagrant')
-rw-r--r--plugins/vagrant/_vagrant2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant
index a32347daa..a99a8f0e7 100644
--- a/plugins/vagrant/_vagrant
+++ b/plugins/vagrant/_vagrant
@@ -22,7 +22,7 @@ _1st_arguments=(
'push:Deploys code in this environment to a configured destination'
'rdp:Connects to machine via RDP'
'reload:Reload the vagrant environment'
- 'resume:Resumes a suspend vagrant environment'
+ 'resume:Resumes a suspended vagrant environment'
'rsync:Syncs rsync synced folders to remote machine'
'rsync-auto:Syncs rsync synced folders automatically when files change'
'share:Shares your Vagrant environment with anyone in the world'