From c6a53688ec7706f4b856c175680df9d55a69e908 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 9 Jun 2019 16:04:57 -0400 Subject: [PATCH] Correct Parameter Variable Name --- ZertoApiWrapper/Public/Get-ZAJournalSiteHistoryStat.ps1 | 4 ++-- docs/Get-ZAJournalSiteHistoryStat.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZertoApiWrapper/Public/Get-ZAJournalSiteHistoryStat.ps1 b/ZertoApiWrapper/Public/Get-ZAJournalSiteHistoryStat.ps1 index 98b5823..c911cd1 100644 --- a/ZertoApiWrapper/Public/Get-ZAJournalSiteHistoryStat.ps1 +++ b/ZertoApiWrapper/Public/Get-ZAJournalSiteHistoryStat.ps1 @@ -3,11 +3,11 @@ function Get-ZAJournalSiteHistoryStat { [CmdletBinding()] param ( [Parameter( - HelpMessage = "The identifier of the VPG.", + HelpMessage = "The identifier of the recovery site.", Mandatory )] [ValidateNotNullOrEmpty()] - [string]$vpgIdentifier, + [string]$recoverySiteIdentifier, [Parameter( HelpMessage = "The starting date of the report, in RFC 3339 standard ('1970-01-01T00:00:00Z'). If only the end date is added, the start date by default will be the end date minus 7 days." )] diff --git a/docs/Get-ZAJournalSiteHistoryStat.md b/docs/Get-ZAJournalSiteHistoryStat.md index 437cde4..1b247a6 100644 --- a/docs/Get-ZAJournalSiteHistoryStat.md +++ b/docs/Get-ZAJournalSiteHistoryStat.md @@ -95,7 +95,7 @@ Accept wildcard characters: False ``` ### -recoverySiteIdentifier -The identifier of the VPG. +The identifier of the recovery site. ```yaml Type: String