Update the manuals in Docs/

This commit is contained in:
Markus Fleschutz
2022-11-17 20:13:00 +01:00
parent da4b013b89
commit 8a8ad95e29
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 "") {