Fix Function Name Typo

This commit is contained in:
Wes Carroll
2019-06-09 11:52:21 -04:00
parent f3d07003b4
commit e80fab4eac
+1 -1
View File
@@ -14,7 +14,7 @@ Get average RPO for all VPGs in a single account, filtered by last 30 days.
## SYNTAX ## SYNTAX
``` ```
Get-RPOAccountAverage [[-zOrgIdentifier] <String>] [[-startDate] <String>] [[-endDate] <String>] Get-ZARPOAccountAverage [[-zOrgIdentifier] <String>] [[-startDate] <String>] [[-endDate] <String>]
[<CommonParameters>] [<CommonParameters>]
``` ```