From 9308353807e16ff68543344b13a75b49e7201883 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Mon, 11 Mar 2019 20:18:18 -0400 Subject: [PATCH] Update Journal Hard Limit HelpMessage --- ZertoApiWrapper/Public/New-ZertoVpg.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZertoApiWrapper/Public/New-ZertoVpg.ps1 b/ZertoApiWrapper/Public/New-ZertoVpg.ps1 index 6cc6150..1ea7fe8 100644 --- a/ZertoApiWrapper/Public/New-ZertoVpg.ps1 +++ b/ZertoApiWrapper/Public/New-ZertoVpg.ps1 @@ -133,7 +133,7 @@ function New-ZertoVpg { )] [string]$journalDatastore, [Parameter( - HelpMessage = "Default journal hard limit in megabytes. Default set to 150MB. Set to 0 to set the journal to unlimited", + HelpMessage = "Default journal hard limit in megabytes. Default set to 153600 MB (150 GB). Set to 0 to set the journal to unlimited", Mandatory = $false )] [int]$journalHardLimitInMb = 153600,