Fix broken signature of Restart-Intermediate

This commit is contained in:
Manuel Thalmann 2024-08-19 12:07:26 +02:00
parent 8e3abf6087
commit f5359efad7

View file

@ -153,7 +153,7 @@ $null = New-Module {
#>
function Restart-Intermediate {
param(
[Parameter(ParameterSetName="Default", Mandatory)]
[Parameter(ParameterSetName="Default")]
[switch] $DefaultUser,
[Parameter(ParameterSetName="Current", Mandatory)]
[switch] $CurrentUser