Update the manual pages

This commit is contained in:
Markus Fleschutz
2023-07-29 09:45:37 +02:00
parent 209fda3588
commit 46dae1445a
513 changed files with 1611 additions and 822 deletions

View File

@ -70,7 +70,7 @@ try {
"## Parameters"
"``````powershell"
$Syntax = (($full.syntax | Out-String) -replace "`r`n", "`r`n").Trim()
$Syntax = (($Syntax | Out-String) -replace "/home/mf/PowerShell/Scripts/", "")
$Syntax = (($Syntax | Out-String) -replace "/home/mf/Repos/PowerShell/Scripts/", "")
if ($Syntax -ne "") {
"$Syntax"
}