Skip to content

Commit 8d45157

Browse files
Update Erase-BaseManagedEntity.ps1
1 parent b8dabcf commit 8d45157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Powershell/Erase-BaseManagedEntity.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ param
4848
[Array]$Servers,
4949
[Parameter(Mandatory = $false,
5050
Position = 4,
51-
HelpMessage = 'If you dont want to be asked any questions, run with this Switch.')]
51+
HelpMessage = 'Optionally assume yes to any question asked by this script.')]
5252
[Alias('yes')]
5353
[Switch]$AssumeYes
5454
)
@@ -79,7 +79,7 @@ Function Erase-BaseManagedEntity
7979
[Array]$Servers,
8080
[Parameter(Mandatory = $false,
8181
Position = 4,
82-
HelpMessage = 'If you dont want to be asked any questions, run with this Switch.')]
82+
HelpMessage = 'Optionally assume yes to any question asked by this script.')]
8383
[Alias('yes')]
8484
[Switch]$AssumeYes
8585
)

0 commit comments

Comments
 (0)