From 132d4462e431c382bae84eea66c6d7e8ae56176a Mon Sep 17 00:00:00 2001 From: lukes Date: Thu, 9 Jul 2015 16:09:15 +0100 Subject: [PATCH] [feature] added rsync option --- plugins/vagrant/_vagrant | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 76f80b0d7..61972efe8 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -19,6 +19,7 @@ _1st_arguments=( 'provision:Run the provisioner' 'reload:Reload the vagrant environment' 'resume:Resumes a suspend vagrant environment' + 'rsync:Forces vagrant to resync shared folders' 'share:Shares the Vagrant environment and allows remote access' 'ssh:SSH into the currently running environment' 'ssh-config:outputs .ssh/config valid syntax for connecting to this environment via ssh'