From edc6329ce3618e5da71ce1ffb1a61d320bbd63af Mon Sep 17 00:00:00 2001 From: Kristian Hellang Date: Wed, 7 Dec 2022 12:51:04 +0100 Subject: [PATCH] Fix typo --- Invoke-BadBlood.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Invoke-BadBlood.ps1 b/Invoke-BadBlood.ps1 index 2bc3781..35c41d6 100644 --- a/Invoke-BadBlood.ps1 +++ b/Invoke-BadBlood.ps1 @@ -28,7 +28,7 @@ param [Int32]$UserCount = 2500, [Parameter(Mandatory = $false, Position = 2, - HelpMessage = 'Supply a count for user creation default 500')] + HelpMessage = 'Supply a count for group creation default 500')] [int32]$GroupCount = 500, [Parameter(Mandatory = $false, Position = 3, @@ -351,4 +351,4 @@ if ($badblood -eq 'badblood') { } $RunspacePool.Close() $RunspacePool.Dispose() -#> \ No newline at end of file +#>