From e80fab4eac1aedbd1a263d50c6753acba9241931 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 9 Jun 2019 11:52:21 -0400 Subject: [PATCH] Fix Function Name Typo --- docs/Get-ZARPOAccountAverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Get-ZARPOAccountAverage.md b/docs/Get-ZARPOAccountAverage.md index d5eded0..509bb0a 100644 --- a/docs/Get-ZARPOAccountAverage.md +++ b/docs/Get-ZARPOAccountAverage.md @@ -14,7 +14,7 @@ Get average RPO for all VPGs in a single account, filtered by last 30 days. ## SYNTAX ``` -Get-RPOAccountAverage [[-zOrgIdentifier] ] [[-startDate] ] [[-endDate] ] +Get-ZARPOAccountAverage [[-zOrgIdentifier] ] [[-startDate] ] [[-endDate] ] [] ```