Update help messages.
This commit is contained in:
@@ -8,12 +8,12 @@ function New-ZertoVpg {
|
|||||||
)]
|
)]
|
||||||
[string]$vpgName,
|
[string]$vpgName,
|
||||||
[Parameter(
|
[Parameter(
|
||||||
HelpMessage = "VPG Priority. High, Medium, or Low."
|
HelpMessage = "VPG Priority. High, Medium, or Low. Default value is Medium"
|
||||||
)]
|
)]
|
||||||
[ValidateSet("High", "Medium", "Low")]
|
[ValidateSet("High", "Medium", "Low")]
|
||||||
[string]$vpgPriority = "Medium",
|
[string]$vpgPriority = "Medium",
|
||||||
[Parameter(
|
[Parameter(
|
||||||
HelpMessage = "Journal History in Hours. Min 1 hour, Max 720 Hours (30 days)"
|
HelpMessage = "Journal History in Hours. Min 1 hour, Max 720 Hours (30 days). Default value is 24 hours"
|
||||||
)]
|
)]
|
||||||
[ValidateRange(1, 720)]
|
[ValidateRange(1, 720)]
|
||||||
[int]$journalHistoryInHours = 24,
|
[int]$journalHistoryInHours = 24,
|
||||||
|
|||||||
Reference in New Issue
Block a user