Fix how double underscore options are shown in docs

This commit is contained in:
Brian Cain 2019-11-13 16:54:28 -08:00
parent 63b35ad909
commit 17f8fbe65e
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Vagrant Disks has several options that allow users to define and attach disks to
Generally, the disk option accepts two kinds of ways to define a provider config:
+ `providername__diskoption = value`
+ `providername__diskoption: value`
- The provider name followed by a double underscore, and then the provider specific option for that disk
+ `{providername: {diskoption: value}, otherprovidername: {diskoption: value}`
- A hash where the top level key(s) are one or more providers, and each provider keys values are a hash of options and their values.