Fixed recovery switch typo

This commit is contained in:
Wes Carroll
2020-03-02 09:51:23 -05:00
parent ecab2500c7
commit 18185612bb
@@ -211,7 +211,8 @@ function Get-ZertoVpgSetting {
Mandatory = $true,
HelpMessage = "Get VPG Recovery Settings"
)]
[switch]$rcovery,
[Alias("rcovery")]
[switch]$recovery,
[Parameter(
ParameterSetName = "scripting",
Mandatory = $true,