From 047eb4f7327a8bf1d3c220804c51d84c1d8b80bb Mon Sep 17 00:00:00 2001
From: mendhak <gpslogger@mendhak.com>
Date: Mon, 10 Oct 2016 17:49:28 +0100
Subject: [PATCH] Corrected proxy in synopsis for installer

---
 scripts/obtain/dotnet-install.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/obtain/dotnet-install.ps1 b/scripts/obtain/dotnet-install.ps1
index 66cae18f1..754069f7d 100644
--- a/scripts/obtain/dotnet-install.ps1
+++ b/scripts/obtain/dotnet-install.ps1
@@ -47,7 +47,7 @@
 .PARAMETER AzureFeed
     Default: https://dotnetcli.azureedge.net/dotnet
     This parameter should not be usually changed by user. It allows to change URL for the Azure feed used by this installer.
-.PARAMETER Proxy
+.PARAMETER ProxyAddress
     If set, the installer will use the proxy when making web requests
 #>
 [cmdletbinding()]