Update Mis-named variable

This commit is contained in:
Wes Carroll
2019-06-09 16:05:47 -04:00
parent c6a53688ec
commit d31b4ce995
2 changed files with 3 additions and 3 deletions
@@ -3,11 +3,11 @@ function Get-ZAJournalSiteHistorySummary {
[CmdletBinding()] [CmdletBinding()]
param ( param (
[Parameter( [Parameter(
HelpMessage = "The identifier of the VPG.", HelpMessage = "The identifier of the recovery site.",
Mandatory Mandatory
)] )]
[ValidateNotNullOrEmpty()] [ValidateNotNullOrEmpty()]
[string]$vpgIdentifier, [string]$recoverySiteIdentifier,
[Parameter( [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." 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."
)] )]
+1 -1
View File
@@ -95,7 +95,7 @@ Accept wildcard characters: False
``` ```
### -recoverySiteIdentifier ### -recoverySiteIdentifier
The identifier of the VPG. The identifier of the recovery site.
```yaml ```yaml
Type: String Type: String