Merge pull request #7122 from kenorb/patch-1

Fixes #7121: Corrected binary logic description.
This commit is contained in:
Seth Vargo 2016-03-08 13:53:06 -05:00
commit 013b76e92f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ The remainder of the available options are optional:
the keys remain untouched.
* `binary` (boolean) - Vagrant automatically replaces Windows line endings with
Unix line endings. If this is true, then Vagrant will not do this. By default
Unix line endings. If this is false, then Vagrant will not do this. By default
this is "false". If the shell provisioner is communicating over WinRM, this
defaults to "true".