From 18185612bb87055c39699d45a034c9601858a216 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Mon, 2 Mar 2020 09:51:23 -0500 Subject: [PATCH] Fixed recovery switch typo --- ZertoApiWrapper/Public/Get-ZertoVpgSetting.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ZertoApiWrapper/Public/Get-ZertoVpgSetting.ps1 b/ZertoApiWrapper/Public/Get-ZertoVpgSetting.ps1 index 39a59e3..cf64840 100644 --- a/ZertoApiWrapper/Public/Get-ZertoVpgSetting.ps1 +++ b/ZertoApiWrapper/Public/Get-ZertoVpgSetting.ps1 @@ -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,