change amd64 to x64 in install.ps1 description

This commit is contained in:
Krzysztof Wicher 2016-03-03 12:21:45 -08:00
parent 987c867605
commit 58a5a73233

View file

@ -28,7 +28,7 @@
.PARAMETER Architecture .PARAMETER Architecture
Default: auto - this value represents currently running OS architecture Default: auto - this value represents currently running OS architecture
Architecture of dotnet binaries to be installed. Architecture of dotnet binaries to be installed.
Possible values are: auto, AMD64 and x86 Possible values are: auto, x64 and x86
.PARAMETER DebugSymbols .PARAMETER DebugSymbols
If set the installer will include symbols in the installation. If set the installer will include symbols in the installation.
.PARAMETER DryRun .PARAMETER DryRun