mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Update script usage
This commit is contained in:
parent
882b3c12a0
commit
8b2e21211b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue