From a36a7cb37ae30f22b84f2979a5e80aac6b18534b Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 28 Feb 2020 08:15:15 -0500 Subject: [PATCH] Cleanup documentation --- docs/Get-ZertoRecoveryReport.md | 2 +- docs/Import-ZertoVmNicSetting.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Get-ZertoRecoveryReport.md b/docs/Get-ZertoRecoveryReport.md index d8361bf..d316621 100644 --- a/docs/Get-ZertoRecoveryReport.md +++ b/docs/Get-ZertoRecoveryReport.md @@ -20,7 +20,7 @@ Get-ZertoRecoveryReport [] ### filter ``` Get-ZertoRecoveryReport [-startTime ] [-endTime ] [-pageNumber ] [-pageSize ] - [-vpgIdentifier ] [-vpgName ] [-recoveryType ] [-state ] [] + [-vpgName ] [-recoveryType ] [-state ] [] ``` ## DESCRIPTION diff --git a/docs/Import-ZertoVmNicSetting.md b/docs/Import-ZertoVmNicSetting.md index d65b8fc..1c9a226 100644 --- a/docs/Import-ZertoVmNicSetting.md +++ b/docs/Import-ZertoVmNicSetting.md @@ -26,7 +26,6 @@ Each entry in the CSV will be for one VM and a single NIC attached to that VM. E This logic is applied to both the Live and Test settings individually. It is recommended to use the `Export-ZertoVpgNicSetting` to dump all current settings and then modify a copy of the exported file with only the settings you wish to update. Import the copied file and if you need to revert, Import the original. - ## EXAMPLES ### Example 1