浏览代码

vagrant: fix typo in completion (#5846)

Michal Mazur 6 年之前
父节点
当前提交
3db25d578a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/vagrant/_vagrant

+ 1 - 1
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'