Corrected binary logic description.

As per http://stackoverflow.com/q/28651275/55075 thread, this seems to be confusing.

> CRLFs are changed to LFs if this is set to true.
This commit is contained in:
Rafal 2016-03-08 15:52:20 +00:00
parent c6c9942e2e
commit 1b35ba99f6
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".