Update the manuals

This commit is contained in:
Markus Fleschutz
2021-09-06 14:46:52 +02:00
parent 3738d76322
commit 37ade894a1
256 changed files with 853 additions and 513 deletions

View File

@ -56,7 +56,7 @@ try {
$full = Get-Help $filename -Full
"# Help for $ScriptName PowerShell Script"
"# The $ScriptName PowerShell Script"
""
"## Synopsis & Description"
@ -128,7 +128,7 @@ try {
}
""
"*Generated from comment-based help of $ScriptName by convert-ps2md.ps1*"
"*Generated by convert-ps2md.ps1 using the comment-based help of $ScriptName*"
} catch {
write-error "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1