From 7d24204c6942a0fb74be5dfabf91047c780e04bf Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 1 Mar 2019 13:11:08 -0500 Subject: [PATCH] Fixed Missing Comma --- ZertoApiWrapper/Public/Invoke-ZertoFailover.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZertoApiWrapper/Public/Invoke-ZertoFailover.ps1 b/ZertoApiWrapper/Public/Invoke-ZertoFailover.ps1 index c267f99..51a0e60 100644 --- a/ZertoApiWrapper/Public/Invoke-ZertoFailover.ps1 +++ b/ZertoApiWrapper/Public/Invoke-ZertoFailover.ps1 @@ -20,7 +20,7 @@ function Invoke-ZertoFailover { [Parameter( HelpMessage = "The amount of time in seconds the failover waits in a Before Commit state to enable checking that the failover is as required before performing the commitPolicy setting. Default is the Site Setting" )] - [string]$commitValue + [string]$commitValue, [Parameter( HelpMessage = "0: The protected virtual machines are not touched before starting the failover. This assumes that you do not have access to the protected virtual machines. -- DEFAULT 1: If the protected virtual machines have VMware Tools or Microsoft Integration Services available, the virtual machines are gracefully shut down, otherwise the failover operation fails. This is similar to performing a Move operation to a specified checkpoint.