website: clarify NFS mount options [GH-4858]

This commit is contained in:
Mitchell Hashimoto 2015-07-09 09:51:46 -06:00
parent c1508cd893
commit 0440779d8f
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ the final part of the `config.vm.synced_folder` definition, along with the
## Specifying NFS Arguments
In addition to the options specified above, it is possible for Vagrant to
specify additional NFS arguments when mounting the NFS share by using the
`mount_options` key. For example, to append the `actimeo=2` client mount option:
specify alternate NFS arguments when mounting the NFS share by using the
`mount_options` key. For example, to use the `actimeo=2` client mount option:
```
config.vm.synced_folder ".", "/vagrant",