From 368db4e933d198c67e7e729640ec6aadc51c0f85 Mon Sep 17 00:00:00 2001 From: kcvajgf Date: Fri, 27 May 2016 20:42:54 +0800 Subject: [PATCH] Add documentation for synced_folder's 'id' argument --- website/source/docs/synced-folders/basic_usage.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/synced-folders/basic_usage.html.md b/website/source/docs/synced-folders/basic_usage.html.md index 21da0a19c..08fa08732 100644 --- a/website/source/docs/synced-folders/basic_usage.html.md +++ b/website/source/docs/synced-folders/basic_usage.html.md @@ -64,6 +64,9 @@ in other pages available in the navigation for these docs. Vagrant will automatically choose the best synced folder option for your environment. Otherwise, you can specify a specific type such as "nfs". +* `id` (string) - The name for the mount point of this synced folder in the + guest machine. This shows up when you run `mount` in the guest machine. + ## Enabling Synced folders are automatically setup during `vagrant up` and