synced_folders/rsync: command help [GH-5868]

This commit is contained in:
Mitchell Hashimoto 2015-07-09 10:58:45 -06:00
parent ac8c3fffc8
commit d95dad9a79
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ module VagrantPlugins
opts = OptionParser.new do |o|
o.banner = "Usage: vagrant rsync [vm-name]"
o.separator ""
o.separator "This command forces any synced folders with type 'rsync' to sync."
o.separator "RSync is not an automatic sync so a manual command is used."
o.separator ""
o.separator "Options:"
o.separator ""
end
# Parse the options and return if we don't have any target.