Fix Help message typo.

This commit is contained in:
Wes Carroll
2019-03-18 10:06:23 -04:00
parent 711454c78e
commit 1e82c04687
+1 -1
View File
@@ -23,7 +23,7 @@ function New-ZertoVpg {
)] )]
[ValidateNotNullOrEmpty()][string[]]$protectedVm, [ValidateNotNullOrEmpty()][string[]]$protectedVm,
[Parameter( [Parameter(
HelpMessage = "Name of the site where the VM(s) will be recoveryed", HelpMessage = "Name of the site where the VM(s) will be recovered",
Mandatory = $true Mandatory = $true
)] )]
[string]$recoverySite, [string]$recoverySite,