Update script usage

This commit is contained in:
crschnick 2023-06-24 10:12:19 +00:00
parent 882b3c12a0
commit 8b2e21211b

View file

@ -38,12 +38,12 @@ param(
# stable version is installed.
[Parameter(Mandatory = $false)]
[string]
$XPipeVersion = $null,
$XPipeVersion = $xpipeVersion,
# If set, will download releases from the staging repository instead.
[Parameter(Mandatory = $false)]
[switch]
$UseStageDownloads = $false
$UseStageDownloads = $useStageDownloads
)
#region Functions