diff --git a/src/dotnet-install.ps1 b/src/dotnet-install.ps1 index e62264b16..76dcda616 100644 --- a/src/dotnet-install.ps1 +++ b/src/dotnet-install.ps1 @@ -30,7 +30,6 @@ .PARAMETER Quality Download the latest build of specified quality in the channel. The possible values are: daily, preview, GA. Works only in combination with channel. Not applicable for STS and LTS channels and will be ignored if those channels are used. - For SDK use channel in A.B.Cxx format: using quality together with channel in A.B format is not supported. Supported since 5.0 release. Note: The version parameter overrides the channel parameter when any version other than 'latest' is used, and therefore overrides the quality. .PARAMETER Version diff --git a/src/dotnet-install.sh b/src/dotnet-install.sh index 6180745ea..eacd79976 100644 --- a/src/dotnet-install.sh +++ b/src/dotnet-install.sh @@ -1796,7 +1796,6 @@ do echo " -Quality" echo " The possible values are: daily, preview, GA." echo " Works only in combination with channel. Not applicable for STS and LTS channels and will be ignored if those channels are used." - echo " For SDK use channel in A.B.Cxx format. Using quality for SDK together with channel in A.B format is not supported." echo " Supported since 5.0 release." echo " Note: The version parameter overrides the channel parameter when any version other than 'latest' is used, and therefore overrides the quality." echo " --internal,-Internal Download internal builds. Requires providing credentials via --feed-credential parameter."