Fix Help message typo.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user