Update Journal Hard Limit HelpMessage

This commit is contained in:
Wes Carroll
2019-03-11 20:18:18 -04:00
parent 96b797b4c8
commit 9308353807
+1 -1
View File
@@ -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,