Update the manuals in Docs/

This commit is contained in:
Markus Fleschutz
2022-11-17 20:11:37 +01:00
parent 8e9e963a78
commit da4b013b89
515 changed files with 516 additions and 516 deletions

View File

@ -56,7 +56,7 @@ try {
$full = Get-Help $filename -Full
"## The PowerShell Script: $ScriptName"
"## The PowerShell Script **$($ScriptName)**"
$Description = ($full.description | Out-String).Trim()
if ($Description -ne "") {