Fix broken signature of Restart-Intermediate

This commit is contained in:
Manuel Thalmann 2024-08-19 12:07:26 +02:00
parent 44a01ffef1
commit 0da67dca87

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