diff --git a/Get-PC/Public/Get-PC.ps1 b/Get-PC/Public/Get-PC.ps1 index 8ed2b95..7ee456e 100644 --- a/Get-PC/Public/Get-PC.ps1 +++ b/Get-PC/Public/Get-PC.ps1 @@ -197,6 +197,13 @@ begin { $scriptparent = (get-item $PSScriptRoot ).parent.FullName Write-Host "`n" Get-Content $scriptparent\patchnotes.txt + Write-Host @" +Tip: To page through these notes, try +get-pc -patch | oh -p + + + +"@ break } diff --git a/Get-PC/patchnotes.txt b/Get-PC/patchnotes.txt index 27eb5e7..e720953 100644 --- a/Get-PC/patchnotes.txt +++ b/Get-PC/patchnotes.txt @@ -350,5 +350,3 @@ Patch: 2020-01-03 -rewritten much of the code for get-pc. It is now in a form that matches most of the current shs powershell modules on gitlab. Get-pc now also properly interacts with the pipeline. -Tip: To page through these notes, try -get-pc -patch | oh -p \ No newline at end of file